Releases: gomodule/redigo
Releases · gomodule/redigo
v1.9.3
v1.9.3 Release Notes (2025-10-08T17:29:42Z)
Changelog
Features
- 7364aae: feat: simple string keys in ScanStruct (#692) (@stevenh)
- a81b603: feat: valkey schema support (#689) (@stevenh)
Bug fixes
- ad5af85: fix: latency tests (#685) (@elboulangero)
- 04a54d8: fix: server-path not being honored (#686) (@elboulangero)
Chores
Documentation
- 4646571: docs: add related project for otel go agent (#679) (@123liuziming)
- 45d4010: docs: note support for Valkey (#683) (@asafpamzn)
v1.9.2
v1.9.1
v1.9.0
v1.9.0 Release Notes (2024-02-20T21:32:43Z)
Changelog
Features
Bug fixes
Chores
- 9f0d2e9: chore: remove debug check (#659) (@stevenh)
- 8b1c13e: chore: run test server with enable-debug-command (#654) (@elboulangero)
- a60882b: chore: update testify (#653) (@stevenh)
- 9129745: chore: update github actions and fix tests (#657) (@stevenh)
Continuous Integration
New Contributors
- @elboulangero made their first contribution in #654
- @vasayxtx made their first contribution in #660
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)