Skip to content

Commit ca19329

Browse files
author
Mikhail Koviazin
authored
Merge pull request #99 from amirreza8002/main
fix redis-cluster-py link
2 parents b060e38 + b7991b0 commit ca19329

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/clustering.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,11 +197,7 @@ Pattern subscribe and publish do not currently work properly due to key
197197
slots. If we hash a pattern like fo\* we will receive a keyslot for that
198198
string but there are endless possibilities for channel names based on
199199
this pattern - unknowable in advance. This feature is not disabled but
200-
the commands are not currently recommended for use. See
201-
`valkey-py-cluster
202-
documentation <https://valkey-py-cluster.readthedocs.io/en/stable/pubsub.html>`__
203-
for more.
204-
200+
the commands are not currently recommended for use.
205201
.. code:: python
206202
207203
>>> p1 = rc.pubsub()

0 commit comments

Comments
 (0)