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

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior ## Current Behavior panic: runtime error: invalid memory address or...

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. ## Expected Behavior I would expect the client to retry commands related to...

go-redis v9 stopped supporting `__redis__:invalidate` messages in pubsub channels ## Expected Behavior Pubsub allows receiving `invalidate` messages from the subscription on `__redis__:invalidate` channel ## Current Behavior In v9 `pubsub.Receive` returns...

The immediate symptom this PR attempts to address: during periods of transient server connectivity errors, go-redis commands time out after upwards of 60s (or more), even though the socket read/write...

I'm using keyspace notification in redis. Let's say the key I'm interesting in the key-space event of `testkey` With redis-cli, I can use `PSUBSCRIBE` with the pattern `_keyspace@*__:testkey` successfully. ```...

Stale

We are using the Prometheus library for Redis, [redisprometheus](https://pkg.go.dev/github.com/redis/go-redis/extra/redisprometheus/v9). Since recently, when doing `go get`, it shows an error: ``` $ go get go: github.com/redis/go-redis/extra/redisprometheus/[email protected]: reading github.com/redis/go-redis/extra/redisprometheus/go.mod at revision extra/redisprometheus/v9.5.3:...

Please add support for `ParseFailoverURL` for `FailoverOptions`, analogue of `ParseURL`, `ParseClusterURL` Also maybe some constructor that create redis.UniversalClient from url.

Iam trying to put and get data into Redis from my go application. My application is typically running as a pod and redis as another pod for which I am...

Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.40.0 to 0.41.0. Release notes Sourced from rojopolis/spellcheck-github-actions's releases. 0.41.0 What's Changed Update README.md - Fixed "Markdown" Appearing Twice by @​VSteinborn in rojopolis/spellcheck-github-actions#208 Bump python from 3.12.4-slim-bullseye...

dependencies
github_actions

Issue tracker is used for reporting bugs and discussing new features. Please use [stackoverflow](https://stackoverflow.com) for supporting issues. newClient should panic when failed to connect to a db ## Expected Behavior...