Skip to content

Tags: rentziass/go-redis

Tags

v9.6.999

Backport redis#3138 to v9.6

v0.0.999

Backport redis#3138 to v9.6

v9.7.0-beta.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated package version (redis#3134)

* Updated package version

* Changed version format according to specification

* Updated submodule versions

v9.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cp retracts and bump version to 9.6.1 (redis#3069)

* Retract versions 9.5.3 and 9.5.4

* CP retract and bump to 9.6.1

---------

Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>

v9.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: reduce the type assertion of CheckConn (redis#3066)

* feat: reduce the type assertion of CheckConn

Signed-off-by: monkey92t <golang@88.com>

* fix: correct the function names

Signed-off-by: monkey92t <golang@88.com>

---------

Signed-off-by: monkey92t <golang@88.com>

v9.5.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add test for tls connCheck redis#3025 (redis#3047)

* add a check for TLS connections.

v9.6.0b2

Add support for XREAD last entry (redis#3005)

* add support for XREAD last entry

* handle reading from multiple streams

* add test to ensure we block for empty stream

* small tweak

* add an option to XReadArgs instead

* modify test comment

* small preallocation optimization

* Changed argument to generic ID, skip tests on Enterprise

* Fix test case

* Updated expiration command

---------

Co-authored-by: Vladyslav Vildanov <117659936+vladvildanov@users.noreply.github.com>
Co-authored-by: vladvildanov <divinez122@outlook.com>

v9.6.0b1

9.6.0

v9.5.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release/v9.5.3 (redis#3018)

* chore: ignore package.json

* chore: release v9.5.3 (release.sh)

v9.5.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix redis#2681 (redis#2998)

Signed-off-by: monkey92t <golang@88.com>