-
An error occurred when I run the test code:
try {
// Create an Redis object, which is movable but NOT copyable.
auto redis = Redis("tcp://127.0.0.1:6379");
// ***** STRING commands *…
-
Hi, I am getting this type of timeouts:
StackExchange.Redis.RedisTimeoutException: Timeout awaiting response (outbound=0KiB, inbound=94KiB, 1808ms elapsed, timeout is 1000ms), command=HGET, next: H…
-
### Expected behaviour
Let the operator function as expected
### Actual behaviour
Operator is not creating redisclusters. Looks like an issue with the ClusterRole
### Steps to reproduce th…
-
**Is your feature request related to a problem? Please describe.**
I'm testing external_service with these files from example/external_service directory.
cluster-svc.yaml
```yaml
---
apiVersio…
-
I've double verified redis client configs and network configs w.r.t the application trying to establish a connection with AWS Elasticache cluster. I'm able to access and query the same cluster using r…
-
**Version**: 4.1.1
**Platform**: Python 3.10.1 Ubuntu/21.10
**Description**: I am currently using the library https://github.com/Grokzen/redis-py-cluster to access my redis-cluster, I tried …
-
Hello,
When we delete a redisCluster resource, the services, pvc, etc created are not deleted via a finalizer like it is for the official mysql operator for example.
I do think it would be more …
-
I want to use pipeline with Redis Cluster. This only seems to work in case I use a hashtag (like {hashtagh} in key.
My question is if this is still required in latest release of Redis.
-
Hello,
I am having issues using Predis to connect to an Elasticcache cluster, unless I specify all nodes in the cluster in this way:
```
$cluster = [
'tls://tls-cluster-node-001:6379',
'tls:/…
-
如题,redis 是集群模式,使用redisRateLimiter 报错如下
Redis command reconnect error(RedisCluster::eval(): All keys do not map to the same slot) At /home/vagrant/code/gold-service.2345.com/vendor/swoft/redis/src/C…