Releases: youzan/go-zanredisdb
Releases · youzan/go-zanredisdb
go-zanredisdb v0.6.3
use twmb murmur3 to solve the unsafe use for the pointer
go-zanredisdb v0.6.2
adjust tend log
go-zanredisdb v0.6.1
make conn pool more fair and add more stats
go-zanredisdb v0.6.0
update redigo to avoid waiting too long while get connection from pool.
go-zanredisdb v0.5.9
adjust the tend frequency.
go-zanredisdb v0.5.8
retry should avoid blocking too long on waiting for conn
go-zanredisdb v0.5.7
adjust sleep while retrying on a pool error
go-zanredisdb v0.5.6
- support retry config for getting conn
- add conn wait timeout configure for getting conn
- add config check for empty lookup list
- optimize the CPU cost while the pool is full
go-zanredisdb v0.5.1
- adjust sleep while retry and avoid too much retry on get connection
go-zanredisdb v0.5.0
1.renew conn for old not active
2.do not retry on write while timeout