-
### Bug description
Are you guys aware of issue with ioredis and sharded cluster that has been present for several years and the issue is still open?
Please review this carefully:
[Thanks for r…
-
Currently asyncssh does not support hostname canonicalization in the client config [[docs](https://asyncssh.readthedocs.io/en/stable/api.html#config-file-support)]. Please add support for the followi…
-
I am trying to import using the Delayed sidekiq strategy. However I am getting a redis client error for passing an invalid array type. From readings on other repository issues this seems to be a commo…
-
Hello everyone..i have seen a few post complaining about namespaceSelector in network policy.i still have this problem and can not figure it out.
I have installed redis from bitnami and inside of…
-
**Is your feature request related to a problem? Please describe.**
The way adapters work, every message gets broadcast to all instances of the service. This represents a scalability problem, especial…
-
**Version**: `redis-py 5.0.3`
**Platform**: Ubuntu 22
**Description**: The [sync redis client](https://github.com/redis/redis-py/blob/17db62e3c9ea796f5705d2857f49e52799057af7/redis/client.py#L19…
-
https://lucia-auth.com/rate-limit/token-bucket
```lua
-- Returns 1 if allowed, 0 if not
local key = KEYS[2]
local max = tonumber(ARGV[2])
local refillInter…
-
### Summary of problem
Following an update to ddtrace 2.10 (and up, to v2.14.1), we've started encountering the issue described in https://github.com/redis/redis-py/issues/3014 . At interpreter…
-
**Preconditions** (Any important steps we need to know)
Using Dev Container
Local redis:6.2 in docker container
**Steps to reproduce** (How to reproduce what you found step by step)
Try to conne…
-
When setting the socketTimeout parameter to a non-zero value, the Redis connection becomes unstable after startup. The connection repeatedly closes due to the socketTimeout mechanism, reconnects, and …