redispipe icon indicating copy to clipboard operation
redispipe copied to clipboard

High-throughput Redis client for Go with implicit pipelining

Results 5 redispipe issues
Sort by recently updated
recently updated
newest added

In a recent refactor I changed code to instantiate one Redis cluster client but configure it to use more connections per host with the `connsPerHost` setting. I noticed performance was...

Currently there's a logic in cluster client that if the redis port > 55535 it will just fail: https://github.com/joomcode/redispipe/blob/03ac18cd33dcc9a20fb90d2007902733dc019269/rediscluster/redisclusterutil/cluster.go#L80 I don't see any comment explaining why. This is currently causing...

The client doesn't look like maintains the slot to node mapping. Does this mean that this client can't be used with Elasticache cluster mode enabled?

How can a TLS connection be enabled with redispipe?