Releases: gomodule/redigo
Releases · gomodule/redigo
v1.8.2
v1.8.1
v1.8.0
v1.7.2
v1.7.1
Features
- Add CLIENT SETNAME to dial options
- Add wait statistics to pools
- Support DialContext on Pool
- Add ptr support for scan and flatten
- Add helper to parse SLOWLOG GET command
- Add Uint64Map and Uint64s(#453)
- Support go mod (#440)
Fixes
- Handle error and simple strings in array Scan
- Handle nil source values in Scan
- Handle nil value conversion in scan
- Explicitly mention Close() in concurrency doc
- tiny spelling mistake; (#402)
- DialURL ignores opaque url
- Support Scan into pointer to RedisScan
- addflat: respect RedisArg presence
- Correct typo in deprecated NewPool function (#463)
- Uint64s and Uint64Map tests (#469)
- Formatting issues on tip (#471)
Chores
v1.7.0
Update for new import path
v2.0.0 Merge PMessage and Message