go-redis
go-redis copied to clipboard
Redis Go client
Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior Data race should not happen ## Current Behavior We are...
Resolves #2953
Hey, thank you for the amazing project! I remember `Subscribe` used to block, and now it returns a `Channel`, which is so much cooler. Can it be also done for...
support RedisGraph([FalkorDB](https://github.com/FalkorDB/FalkorDB/))
Redis documentation [says](https://redis.io/docs/latest/commands/ts.range/): `fromTimestamp` > is start timestamp for the range query (integer Unix timestamp in milliseconds) or **-** to denote the timestamp of the earliest sample in the time...
Closes #2920
Similar to #2697, adds support for Go 1.22.x. Also, as per the README, go-redis supports the 2 last Go versions so remove 1.19.x from `build.yml`.
We should have a means to reclaim the sentinels' connection resources established by NewFailoverClusterClient.
JSON-Set command is not able to update the specified field in the command with the supplied value if it is a STRING. It completes successfully if the value is something...
Bumps [github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash) from 2.2.0 to 2.3.0. Commits 998dce2 Add initial support for custom seeds 21fc82b feat: add badger to the projects using this package on README.md 66b1409 feat: add ristretto...