Skip to content

Commit a3333fd

Browse files
authored
Documented used Redis commands. (#291)
1 parent fe27f1a commit a3333fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,18 @@ Dependencies
215215
Redis >= 5.0 is required for `channels_redis`. Python 3.6 or higher is required.
216216

217217

218+
Used commands
219+
~~~~~~~~~~~~~
220+
221+
Your Redis server must support the following commands:
222+
223+
* ``RedisChannelLayer`` uses ``BZPOPMIN``, ``DEL``, ``EVAL``, ``EXPIRE``,
224+
``KEYS``, ``PIPELINE``, ``ZADD``, ``ZCOUNT``, ``ZPOPMIN``, ``ZRANGE``,
225+
``ZREM``, ``ZREMRANGEBYSCORE``
226+
227+
* ``RedisPubSubChannelLayer`` uses ``ADD``, ``COPY``, ``FLUSH``, ``GET``,
228+
``PUBLISH``
229+
218230
Contributing
219231
------------
220232

0 commit comments

Comments
 (0)