providers.redis.RedisBytesKeyValueStore
Redis-specific KVStore provider for binary (bytes) data.
Usage
providers.redis.RedisBytesKeyValueStore(
*, client, config, key_prefix=DEFAULT_KV_PREFIX, **kwargs
)Since Redis natively stores bytes, this is the most direct mapping with identity transformations.