## providers.redis.RedisJsonKeyValueStore

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


Redis-specific KVStore provider for JSON data.


Usage

``` python
providers.redis.RedisJsonKeyValueStore(
    *, client, config, key_prefix=DEFAULT_KV_PREFIX, **kwargs
)
```


JSON objects are serialized to JSON strings and then encoded to UTF-8 bytes.
