pub trait ToRedisConnectionConfig { // Required method fn to_redis_connection_config(&self) -> RedisConfig; }