-
# Summary
We have a redis cluster that runs on kubernetes, after one of our nodes crashed the StatefulSet created a new pod rendering the POD IP of the redis node unroutable. The redis-py client was…
-
Hello!
This `RedisCluster` manifest:
```
---
apiVersion: redis.redis.opstreelabs.in/v1beta1
kind: RedisCluster
metadata:
name: redis-crash
namespace: redis
spec:
clusterSize: 3
…
-
### What is the issue?
When using a redis cluster the RedisHealthCheck fails. This is due to the fact that a RedisCluster connection requires an argument (which it uses to determine which host in t…
-
### Expected behaviour
No errors. CI green even with phpredis develop branch.
### Actual behaviour
Please check CI result of popular Symfony snc redis bundle https://github.com/snc/SncRedisBundle…
-
Hey all! I noticed that PyRateLimiter currently has support for Redis via RedisBucket. I had a feature request for extending this support to managed redis clusters (say AWS ElasticCache) which is like…
-
**Env:**
Predis: 1.0.3
redis: 3.0.6
php: 5.4
Framework : codeigniter(2.1.0)
**ERROR:**
Predis\NotSupportedException: Uncaught exception 'Predis\NotSupportedException' with message 'Cannot use …
-
In 2.9.0, RedisCommands is implemented by both Jedis and JedisCluster, but does not include the binary versions of the commands, and there appears to be no common interface which includes binary versi…
-
Hello,
I am using redis-py-cluster 2.0.0 and AWS Elasticache Clustered Mode Redis.
When I initialize my RedisCluster client with skip_full_coverage_check=False, I get the following error:
```r…
-
# 🚀 Feature request
I managed to achieve 1.46 ms inference for BERT QA (bert-large-uncased-whole-word-masking-finetuned-squad) on a laptop with Intel i7–10875H on RedisAI during RedisLabs RedisConf 2…
-
**Describe the bug**
`expire` does not return the redis client expire value, which returns `True` if the key was actually in redis.
Or `False` if it wasn't present.
This means we have to manually c…