We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c110207 commit ffff100Copy full SHA for ffff100
redis/connection.py
@@ -783,7 +783,7 @@ def connect(self):
783
784
if compare_versions(server_ver, self.MIN_ALLOWED_VERSION) == 1:
785
raise ConnectionError(
786
- "Server version does not satisfies a minimal requirement for client-side caching" # noqa: E501
+ "To maximize compatibility with all Redis products, client-side caching is supported by Redis 7.4 or later" # noqa: E501
787
)
788
789
def on_connect(self):
0 commit comments