Creates a plugin that prefixes all keys passed to a shared-lock adapter.
Every method that accepts a lock key will have the given prefix prepended
before the call is forwarded to the underlying adapter. This applies to both
writer and reader operations, including acquire, release, refresh, and
force-release methods.
Creates a plugin that prefixes all keys passed to a shared-lock adapter.
Every method that accepts a lock key will have the given
prefixprepended before the call is forwarded to the underlying adapter. This applies to both writer and reader operations, including acquire, release, refresh, and force-release methods.