Skip to content

Commit 1af9f64

Browse files
author
Mikhail Koviazin
authored
Merge pull request #212 from valkey-io/mkmkme/doc-fixes
Documentation fixes
2 parents 46bb06e + 31d996f commit 1af9f64

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ valkey-py - Python Client for Valkey
99
Getting 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
1313
quickstart <https://valkey.io/topics/quickstart>`_ for Valkey installation instructions.
1414

1515
valkey-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

8788
License
8889
*******

valkey/commands/core.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)