Releases: schlitzered/pyredis
Releases · schlitzered/pyredis
Release list
0.4.0
0.3.0
0.2.3
0.2.2
allow password for Redis Cluster
allow password for Sentinels
0.2.1
0.2.0
modify commands to use byte type instead of string.
0.1.7
SentinelPool and SentinelHashPool cleanup:
- remove check if client is realy a master or slave
0.1.6
Add HashClient, HashPool and SentinelHashPool
0.1.4
enhancement: Connections Pools can now shrink
bugfix: pass encoding correctly to the protocol parser, if some encoding was set, "utf-8" had always been send to the parser
0.1.3
bugfix. if initial connection attempt failed, mark connection as closed