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
I have created a redis cluster in microk8 using helm and also used metallb to expose the service via loadbalancer. redis cluster has 3 leader and 3 followers each in 3 nodes. iam able to insert and delete keys manually and also able to fetch the keys from an external server using python script but unable to set new keys using python script getting error. tried cluster-require-full-coverage set to true but still not working.
rediscluster.exceptions.RedisClusterException: ERROR sending 'config get cluster-require-full-coverage' command to redis server: {'host': '10.1.10.68', 'port': 6379, 'name': '10.1.10.68:6379', 'server_type': 'master'}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have created a redis cluster in microk8 using helm and also used metallb to expose the service via loadbalancer. redis cluster has 3 leader and 3 followers each in 3 nodes. iam able to insert and delete keys manually and also able to fetch the keys from an external server using python script but unable to set new keys using python script getting error. tried cluster-require-full-coverage set to true but still not working.
rediscluster.exceptions.RedisClusterException: ERROR sending 'config get cluster-require-full-coverage' command to redis server: {'host': '10.1.10.68', 'port': 6379, 'name': '10.1.10.68:6379', 'server_type': 'master'}
Beta Was this translation helpful? Give feedback.
All reactions