Skip to content

Commit

Permalink
Document which Redis commands are used
Browse files Browse the repository at this point in the history
  • Loading branch information
vanschelven committed Feb 1, 2022
1 parent fe27f1a commit 6984eb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,18 @@ Dependencies
Redis >= 5.0 is required for `channels_redis`. Python 3.6 or higher is required.


Used commands
~~~~~~~~~~~~~

Your Redis server must support the following commands:

* ``RedisChannelLayer`` uses ``BZPOPMIN``, ``DEL``, ``EVAL``, ``EXPIRE``,
``KEYS``, ``PIPELINE``, ``ZADD``, ``ZCOUNT``, ``ZPOPMIN``, ``ZRANGE``,
``ZREM``, ``ZREMRANGEBYSCORE``

* ``RedisPubSubChannelLayer`` uses ``ADD``, ``COPY``, ``FLUSH``, ``GET``,
``PUBLISH``

Contributing
------------

Expand Down

0 comments on commit 6984eb3

Please sign in to comment.