Open
Description
Hi. Faced with something similar to #10
I have shared Redis cache, and control access with ACL.
To separate instances I use prefixes but python-redis-lock overwrites my prefix with lock:
python-redis-lock/src/redis_lock/__init__.py
Line 162 in 1497012
So I get an access error:
NoPermissionError
this user has no permissions to access one of the keys used as arguments
Could we have a customizable prefix for this case?
Metadata
Metadata
Assignees
Labels
No labels