go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

Redis Go client

Results 292 go-redis issues
Sort by recently updated
recently updated
newest added

Periodically a data type might need to change in a redis struct. I've personally had this occur if something was a string and i'd now like it to be a...

to be able to use tracing without any privacy concern in redis < 7.0, I need to disable the dbstatement. This is simply a port of the v9 functionality, without...

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.21.1 to 1.22.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.22.1 1.22.1 Fixes When passed a context and no explicit timeout, Eventually will only timeout when the context...

dependencies
go

When the Redis reaches its max clients, it will send back this error: '-ERR max number of clients reached' and **close** the connection immediately. So this connection can not be...

## Expected Behavior I believe the `MaxRetries` [default value](https://github.com/go-redis/redis/blob/master/cluster.go#L113-L115) should be the same for clusters and standalone mode, unless it's intended? ## Current Behavior [This commit](https://github.com/go-redis/redis/commit/b657760cca08d30dea76767e361bf9e06de0bfef) added a specific disable...

[stackoverflow](https://stackoverflow.com/questions/73917546/redis-keyspace-notification-not-working-for-go-redis-in-cluster-mode) I am using go-redis/v8 as a client library and its universal client to get/set etc. I am subscribing to the keyspace notifications like the one below. ``` keyspace :=...

## Expected Behavior Getting error when trying to connect to redis cluster using golang "github.com/go-redis/redis/v9" client. I am able to successfully connect using redis-cli and python with mTLS client certificate,...

## Expected Behavior `ping` method should right to the target remote address while using `ClusterClient`, this method usually used to do the heathy check with the target remote address. ##...

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. After updating from v9.3.0 to v9.3.1, we started seeing issues where a pipeline...

when use redis 5.0 stream XREADGROUP feature, if one consumer crashed and fail to ack messages, and some of the message were trimmed after that, we still can get all...

Stale