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 2d18a05 commit 16cfcc7Copy full SHA for 16cfcc7
redis/connection.py
@@ -71,6 +71,9 @@
71
# only use byte buffer if hiredis supports it
72
if not HIREDIS_SUPPORTS_BYTE_BUFFER:
73
HIREDIS_USE_BYTE_BUFFER = False
74
+else:
75
+ msg = "redis-py works best with hiredis. Please consider installing"
76
+ warnings.warn(msg)
77
78
SYM_STAR = b'*'
79
SYM_DOLLAR = b'$'
0 commit comments