Skip to content

Commit d1e3600

Browse files
acu192Shi Feng
authored and
Shi Feng
committed
Fix list of Redis commands used by RedisPubSubChannelLayer (django#292)
Followup of django#291 to manually fix the auto-generated list.
1 parent 044081c commit d1e3600

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
@@ -231,8 +231,7 @@ Your Redis server must support the following commands:
231231
``KEYS``, ``PIPELINE``, ``ZADD``, ``ZCOUNT``, ``ZPOPMIN``, ``ZRANGE``,
232232
``ZREM``, ``ZREMRANGEBYSCORE``
233233

234-
* ``RedisPubSubChannelLayer`` uses ``ADD``, ``COPY``, ``FLUSH``, ``GET``,
235-
``PUBLISH``
234+
* ``RedisPubSubChannelLayer`` uses ``PUBLISH``, ``SUBSCRIBE``, ``UNSUBSCRIBE``
236235

237236
Contributing
238237
------------

0 commit comments

Comments
 (0)