We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68b4ef9 + 9b3e47b commit e865b54Copy full SHA for e865b54
redis/data_struct/command.md
@@ -6,7 +6,7 @@
6
7
随着 Redis 版本的更新,后面又支持了四种数据类型: **BitMap(2.2 版新增)、HyperLogLog(2.8 版新增)、GEO(3.2 版新增)、Stream(5.0 版新增)**。
8
9
-每种数据对象都各自的应用场景,你能说出它们各自的应用场景吗?
+每种数据对象都有各自的应用场景,你能说出它们各自的应用场景吗?
10
11
面试过程中,这个问题也很常被问到,又比如会举例一个应用场景来问你,让你说使用哪种 Redis 数据类型来实现。
12
0 commit comments