To make the service extensible and replaceable, the programming interface is defined in the abstract class com.unicomsi.udtt.rcache.RCache.
The class com.unicomsi.udtt.rcache.redis.RedisCache is the default implementation and can be used as is, or you can extend or replace the class as required.
The parameters depend on your implementation. For Jedis, refer to the Javadoc for the following: