Creates a plugin that prefixes all keys passed to a rate-limiter adapter.
Every method that accepts a rate-limiter key will have the given prefix
prepended before the call is forwarded to the underlying adapter. This is
useful for namespacing rate-limiter state when multiple independent consumers
share the same backend.
Creates a plugin that prefixes all keys passed to a rate-limiter adapter.
Every method that accepts a rate-limiter key will have the given
prefixprepended before the call is forwarded to the underlying adapter. This is useful for namespacing rate-limiter state when multiple independent consumers share the same backend.