Skip to content

Commit

Permalink
修复 setbit 引用错误
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Mar 31, 2012
1 parent 154fd6c commit 66e0a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion string/setbit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SETBIT

``offset`` 参数必须大于或等于 ``0`` ,小于 2^32 (bit 映射被限制在 512 MB 之内)。

.. warning:: 对使用大的 ``offset`` 的 `SETBIT`_ 操作来说,内存分配可能造成 Redis 服务器被阻塞。具体参考 :ref:`SETRANGE`_ 命令,warning(警告)部分。
.. warning:: 对使用大的 ``offset`` 的 `SETBIT`_ 操作来说,内存分配可能造成 Redis 服务器被阻塞。具体参考 :ref:`SETRANGE` 命令,warning(警告)部分。

**可用版本:**
>= 2.2.0
Expand Down

0 comments on commit 66e0a84

Please sign in to comment.