providers.redis.RedisStrKeyValueStore
Redis-specific KVStore provider for string data.
Usage
providers.redis.RedisStrKeyValueStore(
*, client, config, key_prefix=DEFAULT_KV_PREFIX, **kwargs
)Strings are encoded to UTF-8 bytes for storage.
Redis-specific KVStore provider for string data.
Usage
Strings are encoded to UTF-8 bytes for storage.