Interface JedisClientConfiguration


public interface JedisClientConfiguration
Redis client configuration for jedis. This configuration provides optional configuration elements such as SSLSocketFactory and JedisPoolConfig specific to jedis client features.

Providing optional elements allows a more specific configuration of the client:

Since:
2.0
Author:
Mark Paluch, Christoph Strobl, Chao Chang
See Also: