About 50 results
Open links in new tab
  1. [BUG] Elevated Latency in pipeline SET and MGET calls with

    Feb 19, 2025 · Context (Environment) Our use redis as a simple dudupe layer, acting like a LRU cache. When we see a new name, we write to Redis, then check redis to see if we have seen …

  2. Seeing "all sentinels specified in configuration are ... - GitHub

    Nov 14, 2023 · Description I am seeing the following error returned from my redis client: "all sentinels specified in configuration are unreachable" It is happening relatively ...

  3. go-redis/commands.go at master · redis/go-redis · GitHub

    Redis Go client. Contribute to redis/go-redis development by creating an account on GitHub.

  4. redis: can't marshal []interface {} (consider implementing encoding ...

    Mar 1, 2017 · # Server redis_version:3.0.5 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:b26e24044465030c redis_mode:standalone os:Linux 4.4.41-k8s x86_64 …

  5. Potential memory leaks on 9.12.0 · Issue #3465 · redis/go-redis

    Aug 6, 2025 · Issue tracker is used for reporting bugs and discussing new features. Please use stackoverflow for supporting issues. Expected Behavior I would not expect this steep increase …

  6. Closing pubsub gracefully with cancellation context will log ... - GitHub

    Jun 10, 2022 · Closing pubsub gracefully with cancellation context will log discarding connection #2117

  7. MaxRetries doesn't work with redis pipeline #2225 - GitHub

    Sep 29, 2022 · Expected Behavior Upon setting maxRetries, minRetryBackOff and maxRetryBackOff, the pipeline commands should have retried after every backoff time …

  8. not enough arguments in call to client.cmdable.Ping #1333

    May 21, 2020 · $ go test go: finding github.com/DataDog/datadog-go/statsd latest go: finding github.com/gorilla/mux v1.7.4 go: finding github.com/hashicorp/consul/api v1.4.0 go: finding …

  9. Why not NewScript Run retry use EvalSHA instead of Eval? #2246

    Why not NewScript Run retry use EvalSHA instead of Eval? · Issue #2246 · redis/go-redis · GitHub redis / go-redis Public Notifications Fork 2k Star 16.7k Pick a username Email Address …

  10. Watched key must cause an error on expiration #2741

    Oct 2, 2023 · Expected Behavior There must be an error if key was expired during being watched or another way to understand that transaction was aborted, because documentation on ...