Skip to content

Releases: gomodule/redigo

v1.8.2

10 Jun 08:25
c1aa5e6
Compare
Choose a tag to compare

New Features

  • Context dial support (#476)
  • Support for ACL logins (#480)
  • Support for Anonymous field pointers to AddFlat (#490)
  • Scanner support for ScanSlice (#489)

Fixes

  • Handle pool get ctx cancellation promptly (#470)

Chores

  • Simplify Pool.Get (#478)
  • Remove deprecated sudo setting. (#481)
  • Add new go versions to travis (#483)

v1.8.1

06 May 09:37
129455d
Compare
Choose a tag to compare

Fixes:

  • Argument processing on pointers

v1.8.0

30 Apr 07:21
Compare
Choose a tag to compare

Features

  • go mod support

v1.7.2

30 Apr 07:12
ac5712f
Compare
Choose a tag to compare

Fixes

  • Revert go mod changes

v1.7.1

29 Apr 22:23
e14091d
Compare
Choose a tag to compare

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)

v1.7.0

25 Jan 00:07
02dc273
Compare
Choose a tag to compare
Handle RESP strings longer than bufio.Reader size

Update for new import path

15 Mar 14:26
Compare
Choose a tag to compare
v2.0.0

Merge PMessage and Message