Skip to content

Tags: dtucker2/redis

Tags

v6.12.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request redis#782 from go-redis/fix/sentinel-client

Export SentinelClient

v6.11.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request redis#774 from robinhoodmarkets/fix-cluster-copy

reset cmdable.process when copying cluster client

v6.10.2

Remove costly 'appendIfNotExists' and 'remove' call from PubSub (redi…

…s#743)

* remove costly 'appendIfNotExists' and 'remove' call from pubsub

v6.10.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request redis#742 from go-redis/fix/with-context-wrap-process

Fix WithContext followed by WrapProcess

v6.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request redis#737 from gbbr/context

cluster: add support for context.Context to ClusterClient and Ring

v6.9.2

Fix doc

v6.9.1

Fix proto.RedisError in slices

v6.9.0

Rework retrying

v6.8.3

Add WrapProcessPipeline

v6.8.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request redis#696 from go-redis/fix/cluster-closed-node

Retry if node is closed; close nodes with delay