Source code for pynenc_redis.conf.config_client_data_store

from pynenc.conf.config_client_data_store import ConfigClientDataStore

from pynenc_redis.conf.config_redis import ConfigRedis


[docs] class ConfigClientDataStoreRedis(ConfigClientDataStore, ConfigRedis): """Specific Configuration for the Redis Argument Cache"""