providers.redis.RedisJsonKeyValueStore
Redis-specific KVStore provider for JSON data.
Usage
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.