You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With hiredis, set operations (such as SMEMBERS) returns different types between RESP2 and RESP3.
I confirmed the difference was not observed without hiredis.
Summary
With hiredis, set operations (such as
SMEMBERS
) returns different types between RESP2 and RESP3.I confirmed the difference was not observed without hiredis.
Versions
Redis(server): 7.4.0
Python: 3.12.4
redis(Python Library): 5.0.8
hiredis(Python Library): 3.0.0
Example
Code:
Output:
The text was updated successfully, but these errors were encountered: