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
Description: I am currently using the library https://github.com/Grokzen/redis-py-cluster to access my redis-cluster, I tried to move the code to the latest version of this library in cluster mode, but I found this library does not have a lock method when the client is used in cluster mode. Is there any workaround for this, will this library allow locks when using it in cluster mode or are locks not intended to work in cluster mode?