Runtime components : Service components : Remote cache service : Class and API reference : class JedisPoolConfigFactory
  
class JedisPoolConfigFactory
package com.unicomsi.udtt.rcache.redis
public class JedisPoolConfigFactory
Jedis pool configurations Initializer
JedisPool is based on Apache Commons Pool 2,
The Jedis configuration is in the following section in btt.xml.
  <kColl id="RemoteCacheService">
      ...
      <kColl id="parameters">
          <kColl id="JedisPoolConfig">
              <!-- Apache Commons Pool 2 -->
          </kColl>
          ...
      </kColl>
  </kColl>
You can get more details about the parameters from the following locations:
http://commons.apache.org/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/GenericObjectPoolConfig.html
http://commons.apache.org/proper/commons-pool/apidocs/org/apache/commons/pool2/impl/BaseObjectPoolConfig.html
See also:
Go up to
Class and API reference