Class RedisConnectionImpl

java.lang.Object
fr.codinbox.connector.commons.redis.RedisConnectionImpl
All Implemented Interfaces:
RedisConnection

public class RedisConnectionImpl extends Object implements RedisConnection
Implementation of RedisConnection that loads Redisson configuration from a YAML file and manages the Redisson client lifecycle.
See Also: