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

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Current Behavior Here is how pipeline code works when talking to a...

The current implementation of the Redis ring does not support specifying custom shard health check rules. We use a Redis shard to distribute the load across multiple Redis slave instances....

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. Client: GoLang using redisv9 Server: Azure Redis Cache Client reads messages from Azure...

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. The page https://redis.uptrace.dev/guide/ provides a link to "Edit this page on GitHub". The...

we can get conn use the `Get` or `NewConn` method, they are all will be add to the `p.conns`. the sematic of the `MaxActiveConns` opt is the maximum number of...

The following PR enable cache writing and reading in go-redis. This PR does not include handling cache missing and invalidation; it will be added in a future PR. **Please feel...

Fixes the misuse of "a" vs "an", according to English grammatical expectations and using https://www.a-or-an.com/

## Expected Behavior `redis.ExpireTime` and `redis.PExpireTime` should return `redis.TimeCmd`. ## Current Behavior `redis.ExpireTime` and `redis.PExpireTime` should return `redis.DurationCmd`. ## Possible Solution Ideally both functions (intruduced only recently in #2426) would...

like Issue #946 , we got a problem in prod env, where after we scale up our cluster from 48 shards to 64 shards, we got error (redis: client is...