Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.
/ redis Public archive
forked from redis/go-redis

Tags: robinhoodmarkets/redis

Tags

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

v6.8.1

Remove StringToBytes

v6.8.0

Verified

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

Pick random node when command does not have keys