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

This is an experimental PR, See #2276

wait

## Expected Behavior If i `get` a value of the same size (eg 100kb) from redis concurrently with eg 500 goroutines, I would expect each get to take relatively the...

I'm facing an issue of instrumenting the redis after i received a message from kafka consumer. But mongo & kafka producer are instrumenting in the same consumer's processing ## Expected...

Scan command in pipeline cause infinite loop ## Expected Behavior Scan command return an iterator, then invoke iterator.Next(ctx) should forward scan cursor. ## Current Behavior block at iterator.Next() ## Possible...

It would be nice to have a routing by least connections support in `FailoverClusterClient`.

Doesn't it make sense to use the command from the official Go tutorial for the description? Here is the link to it: https://go.dev/doc/tutorial/create-module

Good day! Is there any option to set the closing callback for a node client in ClusterClient? **Use Case** I want to start metrics collection process on every new node...

## Expected Behavior I was reviewing the source code of the OpenTelemetry hooks and found two possible bugs related to how the attributes are being handled. The first one is...

## Expected Behavior The OTEL hooks should be compatible with the [latest](dependabot/pip/mypy-1.7.0) OTEL version. ## Current Behavior Instead, the package depends on version 1.16.0, which was released on 2023-05-18.

## Description I am seeing the following error returned from my redis client: "all sentinels specified in configuration are unreachable" It is happening relatively infrequently, but often enough to cause...