Skip to content

Commit

Permalink
Merge pull request #99 from amirreza8002/main
Browse files Browse the repository at this point in the history
fix redis-cluster-py link
  • Loading branch information
mkmkme authored Sep 24, 2024
2 parents b060e38 + b7991b0 commit ca19329
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/clustering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,7 @@ Pattern subscribe and publish do not currently work properly due to key
slots. If we hash a pattern like fo\* we will receive a keyslot for that
string but there are endless possibilities for channel names based on
this pattern - unknowable in advance. This feature is not disabled but
the commands are not currently recommended for use. See
`valkey-py-cluster
documentation <https://valkey-py-cluster.readthedocs.io/en/stable/pubsub.html>`__
for more.
the commands are not currently recommended for use.
.. code:: python
>>> p1 = rc.pubsub()
Expand Down

0 comments on commit ca19329

Please sign in to comment.