Skip to content

Commit

Permalink
Fix list of Redis commands used by RedisPubSubChannelLayer (#292)
Browse files Browse the repository at this point in the history
Followup of #291 to manually fix the auto-generated list.
  • Loading branch information
acu192 committed Feb 16, 2022
1 parent a3333fd commit 9821ab1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.rst
Expand Up @@ -224,8 +224,7 @@ Your Redis server must support the following commands:
``KEYS``, ``PIPELINE``, ``ZADD``, ``ZCOUNT``, ``ZPOPMIN``, ``ZRANGE``,
``ZREM``, ``ZREMRANGEBYSCORE``

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

Contributing
------------
Expand Down

0 comments on commit 9821ab1

Please sign in to comment.