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
Merge pull request #5 from happybits/72squared-master
sync with upstream (drop py2 support, drop redis-py-cluster support, support newer redis-py versions)
From Khuumi: fixing an issue where iterators were not being treated a…
…s a string (#6)
[bug-fix] fixing an issue where iterators were not being treated as a string
Introduce Keyspace.super_pipe property.
Allows multiple pipelined functions to share the same parent pipeline.
Don't use this unless you know what you're doing. We will work out the
documentation as we explore the need for this further
and standardize the api.