You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Number of Nodes: 4
Mode: cluster
Password: no
Encryption in-transit: yes
Encryption at-rest: yes
Engine Version: 6.0.5
Steps to reproduce
I am trying to test the cluster client example to an redis cluster on aws, when I set a Key ( await client.set('foo', 1)), redis return an error. my code is the following:
Checklist
the cluster configuration is as follow:
Number of Nodes: 4
Mode: cluster
Password: no
Encryption in-transit: yes
Encryption at-rest: yes
Engine Version: 6.0.5
Steps to reproduce
I am trying to test the cluster client example to an redis cluster on aws, when I set a Key ( await client.set('foo', 1)), redis return an error. my code is the following:
it works by using redis-py-cluster library with the same configuration.
Expected behavior
set the key in redis
Actual behavior
The connection works, but when it tries to set a key return this exception:
Exception has occurred: RedisClusterException
ERROR sending "cluster slots" command to redis server: {'host': 'xxx.xx.xxx.xxx.cache.amazonaws.com', 'port': 6379}
set operation is timed up after n seconds, just the stream timeout, however connection to server is OK
The text was updated successfully, but these errors were encountered: