Skip to content

Commit

Permalink
Fix remaining references to redis-py
Browse files Browse the repository at this point in the history
Signed-off-by: Salvatore Mesoraca <salvatore.mesoraca@aiven.io>
  • Loading branch information
aiven-sal committed Jun 13, 2024
1 parent bd6a252 commit 42ad2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The above code connects to localhost on port 6379, sets a value in Redis, and re


#### RESP3 Support
To enable support for RESP3, ensure you have at least version 5.0 of the client, and change your connection object to include *protocol=3*
To enable support for RESP3 change your connection object to include *protocol=3*

``` python
>>> import valkey
Expand Down
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def tests(c, uvloop=False, protocol=2):
"""Run the valkey-py test suite against the current python,
with and without hiredis.
"""
print("Starting Redis tests")
print("Starting Valkey tests")
standalone_tests(c, uvloop=uvloop, protocol=protocol)
cluster_tests(c, uvloop=uvloop, protocol=protocol)

Expand Down

0 comments on commit 42ad2db

Please sign in to comment.