File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ valkey-py - Python Client for Valkey
99Getting Started
1010****************
1111
12- `valkey-py <https://pypi.org/project/valkey >`_ requires a running Valkey server, and Python 3.7 +. See the `Valkey
12+ `valkey-py <https://pypi.org/project/valkey >`_ requires a running Valkey server, and Python 3.9 +. See the `Valkey
1313quickstart <https://valkey.io/topics/quickstart> `_ for Valkey installation instructions.
1414
1515valkey-py can be installed using pip via ``pip install valkey ``.
@@ -83,6 +83,7 @@ Contributing
8383- `Issue Tracker <https://github.com/valkey-io/valkey-py/issues >`_
8484- `Source Code <https://github.com/valkey-io/valkey-py/ >`_
8585- `Release History <https://github.com/valkey-io/valkey-py/releases/ >`_
86+ - `Valkey Slack <https://valkey.io/slack/ >`_
8687
8788License
8889*******
Original file line number Diff line number Diff line change @@ -2997,7 +2997,9 @@ def scan(
29972997 ) -> ResponseT :
29982998 """
29992999 Incrementally return lists of key names. Also return a cursor
3000- indicating the scan position.
3000+ indicating the scan position. In ValkeyCluster, the cursors are returned
3001+ as a dictionary with the primary node name as the key and the cursor as
3002+ the value.
30013003
30023004 ``match`` allows for filtering the keys by pattern
30033005
You can’t perform that action at this time.
0 commit comments