## providers.redis.RedisBytesKeyValueStore

<span id="hexkit.providers.redis.RedisBytesKeyValueStore"></span>


Redis-specific KVStore provider for binary (bytes) data.


Usage

``` python
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.
