Skip to content

Commit

Permalink
修正 OBJECT 命令中的一个描述错误,感谢 i-nook 的提醒
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Jul 12, 2014
1 parent c82ff49 commit 327f206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key/object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OBJECT 命令有多个子命令:

| 对象可以以多种方式编码:
* 字符串可以被编码为 ``raw`` (一般字符串)或 ``int`` (用字符串表示64位数字是为了节约空间)
* 字符串可以被编码为 ``raw`` (一般字符串)或 ``int`` (为了节约内存,Redis 会将字符串表示的 64 位有符号整数编码为整数来进行储存)
* 列表可以被编码为 ``ziplist`` 或 ``linkedlist`` 。 ``ziplist`` 是为节约大小较小的列表空间而作的特殊表示。
* 集合可以被编码为 ``intset`` 或者 ``hashtable`` 。 ``intset`` 是只储存数字的小集合的特殊表示。
* 哈希表可以编码为 ``zipmap`` 或者 ``hashtable`` 。 ``zipmap`` 是小哈希表的特殊表示。
Expand Down

0 comments on commit 327f206

Please sign in to comment.