Skip to content

Commit ffff100

Browse files
committed
Updated exception message for CSC
1 parent c110207 commit ffff100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ def connect(self):
783783

784784
if compare_versions(server_ver, self.MIN_ALLOWED_VERSION) == 1:
785785
raise ConnectionError(
786-
"Server version does not satisfies a minimal requirement for client-side caching" # noqa: E501
786+
"To maximize compatibility with all Redis products, client-side caching is supported by Redis 7.4 or later" # noqa: E501
787787
)
788788

789789
def on_connect(self):

0 commit comments

Comments
 (0)