gomodule/redigo
 Watch   
 Star   
 Fork   
24 days ago
redigo

v1.9.3

v1.9.3 Release Notes (2025-10-08T17:29:42Z)

Changelog

Features

  • 7364aaec75e6d67a4699b99deef88995ad11d6a2: feat: simple string keys in ScanStruct (#692) (@stevenh)
  • a81b6030a4ce6d023aca1b2462c77b6cf4259992: feat: valkey schema support (#689) (@stevenh)

Bug fixes

  • ad5af8580f32c9314ee0280f608b2ce8371bf61c: fix: latency tests (#685) (@elboulangero)
  • 04a54d84c20f97cfa2139dd7031c7429c6c05ea8: fix: server-path not being honored (#686) (@elboulangero)

Chores

  • 247f6c0e0a0ea200f727a5280d0d55f6bce6d2e7: chore: fix function name in comment (#668) (@rustfix)

Documentation

  • 4646571ad7291f1697a705a40694a89aa0ae50a2: docs: add related project for otel go agent (#679) (@123liuziming)
  • 45d40105fe99bae9829ace23bf6b4c2183566a1f: docs: note support for Valkey (#683) (@asafpamzn)

Full Changelog

2024-02-25 20:53:24
redigo

v1.9.2

v1.9.2 Release Notes (2024-02-25T12:54:41Z)

Changelog

Bug fixes

  • e05a63bfd93c1db480ee706c1686d9dd2385016b: fix: bump go version to 1.17 (#666) (@stevenh)

Continuous Integration

  • 4c535aa56d60a1dddd457a8e63caa463bcb5a70b: ci: fix go caching (#667) (@stevenh)

Full Changelog

2024-02-21 07:50:35
redigo

v1.9.1

v1.9.1 Release Notes (2024-02-20T23:51:27Z)

Changelog

Chores

  • 162ed022a35991830c265f24896b07d6537b3702: chore: retract v1.8.10 (#664) (@stevenh)

Continuous Integration

  • cfabb1f017433cdf852a4841a8c0125c48275c0b: ci: remove deprecated goreleaser option (#663) (@stevenh)

Full Changelog

2024-02-21 05:21:32
redigo

v1.9.0

v1.9.0 Release Notes (2024-02-20T21:32:43Z)

Changelog

Features

  • 1d393b301b27d4934d4b76ff4df60859e296cdec: feat: add TestOnBorrowContext (#660) (@vasayxtx)

Bug fixes

  • 78e255f9bd2ae9c9885793a751f42f5698a5da8c: fix: test goroutine leaks (#643) (@stevenh)

Chores

  • 9f0d2e92e55d22b4c6d05bf8528ae90ed7fea855: chore: remove debug check (#659) (@stevenh)
  • 8b1c13e0376bc43a2443a0b312567718b4afbcd9: chore: run test server with enable-debug-command (#654) (@elboulangero)
  • a60882bf9e77d7f428bdfa7e27516979d833f663: chore: update testify (#653) (@stevenh)
  • 91297458446615564ead7370d273480ccd2120f3: chore: update github actions and fix tests (#657) (@stevenh)

Continuous Integration

  • 1bfd3c16b111e999b1ba506ad0613c8322a97848: ci: add goreleaser, update action and go versions (#662) (@stevenh)

New Contributors

Full Changelog

2022-07-06 19:30:13
redigo

v1.8.9

v1.8.9 Release Notes (2022-07-06)

Bug Fixes

  • Anonymous field pointers (#622) (f1e923c7)
  • correct do script error check (#563) (d3b4cc3b)
  • respect ctx in cmds run in DialContext (#620) (95c091f7)
  • error message for SlowLog conversion (#612) (bcef0d82)
  • update golangci-lint for golang 1.18 (#616) (222ca62c)
  • correct instructions for detecting DialReadTimeout (#601) (8eb56255)

Chores

  • remove go1.7 and below support (#623) (2c2a5c2c)
  • refactor map helpers to reduce duplication (#606) (5b789c6c)
  • add go test action (#607) (dc675762)

Features

  • add support for latency command parsing (#614) (d6854479)
  • add Float64Map (#605) (dbebed54)
  • add RequestContext to PubSubConn (#603) (3eb07749)
2022-01-04 19:27:23
redigo

v1.8.8

v1.8.8 Release Notes (2022-01-04)

Bug Fixes

  • surface underlying error for slice / map helpers (#580) (a83ebbee)
2022-01-04 19:16:55
redigo

v1.8.7

v1.8.7 Release Notes (2022-01-04)

Bug Fixes

2021-10-16 00:55:44
redigo

v1.8.6

v1.8.6 Release Notes (2021-12-02)

Features

  • Add DoContext and ReceiveContext (#537) (56d64483)
  • Implement DialURLContext(...) (#574) (bf63cd5f)

Bug Fixes

  • Surface underlying error for slice / map helpers (070ce41a)
  • DoContext call to DoWithTimeout (#576) (574218b5, closes #575)
2021-06-10 17:17:14
redigo

v1.8.5

v1.8.5 Release Notes (2021-06-10)

Bug Fixes

  • DialURL compatibility with redis-cli (#566) (46992b0f)
2021-02-19 06:32:39
redigo

v1.8.4

v1.8.4 Release Notes (2021-02-18)

Chores

  • Add clog config (#555) (72af8129)
  • Enable golangci-lint and fix errors (#554) (dbd3ec6d)
  • Remove unnecessary blank (_) identifier (#551) (e2bc6dba)
  • remove redundant type conversion (#541) (8a8dbfb3)
  • docs: update godoc links (#482) (9e4eba01)