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

Redis Go client

Results 377 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. ## Expected Behavior It would be nice to have a method for Aggregating...

Hi, I am using go-redis version 8 (8.11.5) with redis server 5.0.4. Very frequently I see delays in execution of commands. For eg. most of the time ZScore and Zcard...

Hello, when I use golang to concurrently operate redis' set type spopN command at around 16000, I have a problem with multiple elements being the same. In the redis official...

When trying to get the values saved as []byte in cache using MGet, the interface value returned has the concrete type **string** instead of []byte. Why does this happen??? ##...

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior When server enable tls and go-redis tls config is not...

bug

The replica node in the ClusterClient is never used for read only operation when redis server does not support "COMMAND" command. We suspect this because of [this](https://github.com/redis/go-redis/blob/master/cluster.go#L1802) implementation which require...

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior I want they can be seperated ## Current Behavior the...