Added namespace support for locks, for isolating locks by yacubovvs-beep · Pull Request #6943 · redisson/redisson

added 3 commits

January 8, 2026 20:04
…nternal service keys (e.g. for FairLock) from each other. This also enables using locks in environments where access is restricted per service, for example via ACL rules like ~namespace:* in Redis user ACL configurations.
…nternal service keys (e.g. for FairLock) from each other. This also enables using locks in environments where access is restricted per service, for example via ACL rules like ~namespace:* in Redis user ACL configurations.

Signed-off-by: Yakubov Vitaly <yacubovvs@ya.ru>