v1.7.1
版本发布时间: 2020-04-30 06:23:24
gomodule/redigo最新发布版本:v1.9.2(2024-02-25 20:54:22)
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
- Drop support for Go 1.6 and earlier
- Simplify string reply check (#457)
- Remove validation against go prior to 1.9.x (#465)