-
-
Hi in my code, I received MOVED error (exception). The document says that both MOVE/ASK are handled. Not sure why I received the error. Shall I reset my Redis Cluster connection to use the new port an…
-
I started running into the following data race
```
==================
9 | WARNING: DATA RACE
10 | Write at 0x00c000454018 by goroutine 493:
11 | github.com/joomcode/redispipe/rediscluster.(*no…
-
-
Hi @sewenew ,
I wanted to insert data into a redis cluster which contains three master nodes: port 6380, 6381, 6382.
I connected to certain node just as instructed:
sw::redis::RedisCluster redi…
-
2021/03/27 02:27:36 [error] 7#0: *1 [lua] rediscluster.lua:257: init_slots(): failed to create lock in initialization slot cache: dictionary not found, client: 220.234.141.60, server: , request: "GET …
-
I am having a very weird issue with StackExchange.Redis to connect with Redis.
I have enabled SSL on Redis database and I am not able to connect from client to Redis server with SSL certificate wit…
-
Hi,
I am trying to make a connection to k8s redis cluster with Python and Golang.
I have difficulty connecting to the cluster.
Does anybody know how to connect and send set/get to the redis clust…
-
As I've written on Reddit already, it would be nice to have support for Redis Sentinel. But before we dig into details, a bit of background about what Redis Sentinel is:
> Redis Sentinel provides hig…
-
I have a class that accepts an `ioredis` instance as a parameter and uses it to make some redis calls. One of those calls requires running a script, and I'd like to be able to take advantage of the lo…