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

Redis Go client

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

## Description I noticed an increase in latency for my service. I was using v8.8.0 go-redis lib version with elasticache engine v6.0.5 and I was getting ~2-3ms (p90). Now I...

I noticed the https://github.com/redis/go-redis/issues/1196#issue-527462854, and it seems that maintainers have fixed this. But i use the alomost the same code given in the https://github.com/redis/go-redis/issues/1196#issue-527462854: ```go client := redis.NewClient(&redis.Options{ Addr: "localhost:6379",...

Current collector implementation does not have support for custom labels Added support for the same

redis hash stores msgpack bytes ![image](https://github.com/redis/go-redis/assets/28520524/16b386b3-e47b-405e-8b30-90f753f89685) ![image](https://github.com/redis/go-redis/assets/28520524/a375fd16-499a-4a64-97d7-733e1d165a53) ![image](https://github.com/redis/go-redis/assets/28520524/928e859b-0837-458e-92d7-1dc1653807bc)

Today, connecting to a Redis instance, involves running multiple commands, and parsing the response repeatedly, this includes usage such as [setinfo](https://redis.io/commands/client-setinfo), which itself is run twice. The example below illustrates,...

bug
good-first-issue