go-redis
go-redis copied to clipboard
Redis Go client
#2991 Supports Hash-field expiration commands, it will be useful to support that in Pipeline. Also Fix `HExpire` `HExpireWithArgs` expiration, convert it to seconds
Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior That retrieving a TTL for a key should return a...
This PR adds support for parsing redis client-side caching invalidation messages. Today, these messages are not parsed properly and an error is returned instead. With this PR, messages are parsed...
**What do we want to do?** Connect to a Redis cluster (consisting of 3 masters and 3 slaves) running in Kubernetes using `kubectl port-forward` to `localhost:6379`. The client looks as...
Is there any way for the future to add support for the ReJSON module http://rejson.io/ ?
This is to report a bug in the health check logic for TLS connections. Specifically, in the `connCheck` function in the `internal/pool/conn_check.go` file [here](https://github.com/redis/go-redis/blob/f752b9a9d5cc158381c2ffe5b13c531037426b39/internal/pool/conn_check.go#L19). It leads to unintentional exhaustions of...
there is not method to pass tracing context to function, or is there other method
just run `make fmt` also I just run gofumpt with -extra because... why not?
Today we can't create a ring in universal ctor / universal options There is a clash of `Addrs` field name, that is a slice of strings for all flavors of...