Skip to content

Commit 9821ab1

Browse files
authored
Fix list of Redis commands used by RedisPubSubChannelLayer (#292)
Followup of #291 to manually fix the auto-generated list.
1 parent a3333fd commit 9821ab1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,7 @@ Your Redis server must support the following commands:
224224
``KEYS``, ``PIPELINE``, ``ZADD``, ``ZCOUNT``, ``ZPOPMIN``, ``ZRANGE``,
225225
``ZREM``, ``ZREMRANGEBYSCORE``
226226

227-
* ``RedisPubSubChannelLayer`` uses ``ADD``, ``COPY``, ``FLUSH``, ``GET``,
228-
``PUBLISH``
227+
* ``RedisPubSubChannelLayer`` uses ``PUBLISH``, ``SUBSCRIBE``, ``UNSUBSCRIBE``
229228

230229
Contributing
231230
------------

0 commit comments

Comments
 (0)