v1.1.0
-
sync optimization of scripting from redis-py made by bgreenberg --> related pull request
-
sync bug fixed of
geopos
from redis-py made by categulario --> related pull request -
fix bug which makes pipeline callback function not executed
-
fix error caused by byte decode issues in sentinel
-
add basic transaction support for single node in cluster
-
fix bug of get_random_connection reported by myrfy001