Package redis.clients.jedis
Class JedisPooled
java.lang.Object
redis.clients.jedis.UnifiedJedis
redis.clients.jedis.JedisPooled
- All Implemented Interfaces:
AutoCloseable,BloomFilterCommands,CountMinSketchCommands,CuckooFilterCommands,RedisBloomCommands,TDigestSketchCommands,TopKFilterCommands,BitBinaryCommands,BitCommands,FunctionBinaryCommands,FunctionCommands,GeoBinaryCommands,GeoCommands,HashBinaryCommands,HashCommands,HyperLogLogBinaryCommands,HyperLogLogCommands,JedisBinaryCommands,JedisCommands,KeyBinaryCommands,KeyCommands,ListBinaryCommands,ListCommands,RedisModuleCommands,SampleBinaryKeyedCommands,SampleKeyedCommands,ScriptingKeyBinaryCommands,ScriptingKeyCommands,SetBinaryCommands,SetCommands,SortedSetBinaryCommands,SortedSetCommands,StreamBinaryCommands,StreamCommands,StringBinaryCommands,StringCommands,RedisGraphCommands,RedisJsonCommands,RediSearchCommands,RedisTimeSeriesCommands
-
Field Summary
Fields inherited from class redis.clients.jedis.UnifiedJedis
executor, provider -
Constructor Summary
ConstructorsConstructorDescriptionJedisPooled(String url) WARNING: This constructor only accepts a uri string asurl.JedisPooled(String host, int port) JedisPooled(String host, int port, boolean ssl) JedisPooled(String host, int port, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(String host, int port, String user, String password) JedisPooled(String url, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) WARNING: This constructor only accepts a uri string asurl.JedisPooled(URI uri) JedisPooled(URI uri, int timeout) JedisPooled(URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String url) WARNING: This constructor only accepts a uri string asurl.JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, int infiniteSoTimeout, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, int infiniteSoTimeout, String user, String password, int database, String clientName) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, int infiniteSoTimeout, String user, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String password, int database, String clientName) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String password, int database, String clientName, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String user, String password, int database, String clientName) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String user, String password, int database, String clientName, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String user, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, String clientName) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, String clientName, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database, String clientName) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database, String clientName, boolean ssl) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, String user, String password) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int timeout) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int connectionTimeout, int soTimeout) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int connectionTimeout, int soTimeout, int infiniteSoTimeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int connectionTimeout, int soTimeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, org.apache.commons.pool2.PooledObjectFactory<Connection> factory) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, HostAndPort hostAndPort, JedisClientConfig clientConfig) JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, JedisSocketFactory jedisSocketFactory, JedisClientConfig clientConfig) JedisPooled(org.apache.commons.pool2.PooledObjectFactory<Connection> factory) JedisPooled(org.apache.commons.pool2.PooledObjectFactory<Connection> factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) JedisPooled(HostAndPort hostAndPort) JedisPooled(HostAndPort hostAndPort, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) JedisPooled(HostAndPort hostAndPort, JedisClientConfig clientConfig) JedisPooled(HostAndPort hostAndPort, JedisClientConfig clientConfig, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) JedisPooled(PooledConnectionProvider provider) -
Method Summary
Methods inherited from class redis.clients.jedis.UnifiedJedis
append, append, bfAdd, bfCard, bfExists, bfInfo, bfInsert, bfInsert, bfLoadChunk, bfMAdd, bfMExists, bfReserve, bfReserve, bfScanDump, bitcount, bitcount, bitcount, bitcount, bitcount, bitcount, bitfield, bitfield, bitfieldReadonly, bitfieldReadonly, bitop, bitop, bitpos, bitpos, bitpos, bitpos, blmove, blmove, blmpop, blmpop, blmpop, blmpop, blpop, blpop, blpop, blpop, blpop, blpop, broadcastCommand, brpop, brpop, brpop, brpop, brpop, brpop, brpoplpush, brpoplpush, bzmpop, bzmpop, bzmpop, bzmpop, bzpopmax, bzpopmax, bzpopmin, bzpopmin, cfAdd, cfAddNx, cfCount, cfDel, cfExists, cfInfo, cfInsert, cfInsert, cfInsertNx, cfInsertNx, cfLoadChunk, cfMExists, cfReserve, cfReserve, cfScanDump, close, cmsIncrBy, cmsInfo, cmsInitByDim, cmsInitByProb, cmsMerge, cmsMerge, cmsQuery, configSet, copy, copy, dbSize, decr, decr, decrBy, decrBy, del, del, del, del, dump, dump, eval, eval, eval, eval, eval, eval, eval, eval, evalReadonly, evalReadonly, evalsha, evalsha, evalsha, evalsha, evalsha, evalsha, evalsha, evalsha, evalshaReadonly, evalshaReadonly, executeCommand, executeCommand, exists, exists, exists, exists, expire, expire, expire, expire, expireAt, expireAt, expireAt, expireAt, expireTime, expireTime, fcall, fcall, fcallReadonly, fcallReadonly, flushAll, flushDB, ftAggregate, ftAggregateIteration, ftAliasAdd, ftAliasDel, ftAliasUpdate, ftAlter, ftAlter, ftConfigGet, ftConfigGet, ftConfigSet, ftConfigSet, ftCreate, ftCreate, ftCursorDel, ftCursorRead, ftDictAdd, ftDictAddBySampleKey, ftDictDel, ftDictDelBySampleKey, ftDictDump, ftDictDumpBySampleKey, ftDropIndex, ftDropIndexDD, ftExplain, ftExplainCLI, ftInfo, ftList, ftProfileAggregate, ftProfileSearch, ftProfileSearch, ftSearch, ftSearch, ftSearch, ftSearch, ftSearchIteration, ftSearchIteration, ftSpellCheck, ftSpellCheck, ftSugAdd, ftSugAddIncr, ftSugDel, ftSugGet, ftSugGet, ftSugGetWithScores, ftSugGetWithScores, ftSugLen, ftSynDump, ftSynUpdate, ftTagVals, functionDelete, functionDelete, functionDump, functionFlush, functionFlush, functionKill, functionList, functionList, functionList, functionListBinary, functionListWithCode, functionListWithCode, functionListWithCode, functionListWithCodeBinary, functionLoad, functionLoad, functionLoadReplace, functionLoadReplace, functionRestore, functionRestore, functionStats, functionStatsBinary, geoadd, geoadd, geoadd, geoadd, geoadd, geoadd, geodist, geodist, geodist, geodist, geohash, geohash, geopos, geopos, georadius, georadius, georadius, georadius, georadiusByMember, georadiusByMember, georadiusByMember, georadiusByMember, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberReadonly, georadiusByMemberStore, georadiusByMemberStore, georadiusReadonly, georadiusReadonly, georadiusReadonly, georadiusReadonly, georadiusStore, georadiusStore, geosearch, geosearch, geosearch, geosearch, geosearch, geosearch, geosearch, geosearch, geosearch, geosearch, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStore, geosearchStoreStoreDist, geosearchStoreStoreDist, get, get, getbit, getbit, getDel, getDel, getEx, getEx, getrange, getrange, getSet, getSet, graphConfigGet, graphConfigSet, graphDelete, graphExplain, graphList, graphProfile, graphQuery, graphQuery, graphQuery, graphQuery, graphReadonlyQuery, graphReadonlyQuery, graphReadonlyQuery, graphReadonlyQuery, graphSlowlog, hdel, hdel, hexists, hexists, hget, hget, hgetAll, hgetAll, hincrBy, hincrBy, hincrByFloat, hincrByFloat, hkeys, hkeys, hlen, hlen, hmget, hmget, hmset, hmset, hrandfield, hrandfield, hrandfield, hrandfield, hrandfieldWithValues, hrandfieldWithValues, hscan, hscan, hset, hset, hset, hset, hsetnx, hsetnx, hsetObject, hsetObject, hstrlen, hstrlen, hvals, hvals, incr, incr, incrBy, incrBy, incrByFloat, incrByFloat, jsonArrAppend, jsonArrAppend, jsonArrAppendWithEscape, jsonArrIndex, jsonArrIndex, jsonArrIndexWithEscape, jsonArrInsert, jsonArrInsert, jsonArrInsertWithEscape, jsonArrLen, jsonArrLen, jsonArrLen, jsonArrPop, jsonArrPop, jsonArrPop, jsonArrPop, jsonArrPop, jsonArrPop, jsonArrPop, jsonArrPop, jsonArrTrim, jsonArrTrim, jsonClear, jsonClear, jsonClear, jsonDebugMemory, jsonDebugMemory, jsonDebugMemory, jsonDel, jsonDel, jsonDel, jsonGet, jsonGet, jsonGet, jsonGet, jsonGet, jsonGetAsPlainString, jsonMGet, jsonMGet, jsonNumIncrBy, jsonNumIncrBy, jsonObjKeys, jsonObjKeys, jsonObjKeys, jsonObjLen, jsonObjLen, jsonObjLen, jsonResp, jsonResp, jsonResp, jsonSet, jsonSet, jsonSet, jsonSet, jsonSetWithEscape, jsonSetWithEscape, jsonSetWithPlainString, jsonStrAppend, jsonStrAppend, jsonStrAppend, jsonStrLen, jsonStrLen, jsonStrLen, jsonToggle, jsonToggle, jsonType, jsonType, jsonType, keys, keys, lcs, lcs, lindex, lindex, linsert, linsert, llen, llen, lmove, lmove, lmpop, lmpop, lmpop, lmpop, lpop, lpop, lpop, lpop, lpos, lpos, lpos, lpos, lpos, lpos, lpush, lpush, lpushx, lpushx, lrange, lrange, lrem, lrem, lset, lset, ltrim, ltrim, memoryUsage, memoryUsage, memoryUsage, memoryUsage, mget, mget, migrate, migrate, migrate, migrate, mset, mset, msetnx, msetnx, multi, objectEncoding, objectEncoding, objectFreq, objectFreq, objectIdletime, objectIdletime, objectRefcount, objectRefcount, persist, persist, pexpire, pexpire, pexpire, pexpire, pexpireAt, pexpireAt, pexpireAt, pexpireAt, pexpireTime, pexpireTime, pfadd, pfadd, pfcount, pfcount, pfcount, pfcount, pfmerge, pfmerge, ping, psetex, psetex, psubscribe, psubscribe, pttl, pttl, publish, publish, randomBinaryKey, randomKey, rename, rename, renamenx, renamenx, restore, restore, restore, restore, rpop, rpop, rpop, rpop, rpoplpush, rpoplpush, rpush, rpush, rpushx, rpushx, sadd, sadd, scan, scan, scan, scan, scan, scan, scanIteration, scanIteration, scard, scard, scriptExists, scriptExists, scriptExists, scriptExists, scriptExists, scriptFlush, scriptFlush, scriptFlush, scriptFlush, scriptFlush, scriptKill, scriptKill, scriptKill, scriptLoad, scriptLoad, scriptLoad, sdiff, sdiff, sdiffstore, sdiffstore, sendBlockingCommand, sendBlockingCommand, sendBlockingCommand, sendBlockingCommand, sendCommand, sendCommand, sendCommand, sendCommand, sendCommand, set, set, set, set, setbit, setbit, setBroadcastAndRoundRobinConfig, setex, setex, setGet, setGet, setJsonObjectMapper, setnx, setnx, setrange, setrange, sinter, sinter, sintercard, sintercard, sintercard, sintercard, sinterstore, sinterstore, sismember, sismember, slowlogReset, smembers, smembers, smismember, smismember, smove, smove, sort, sort, sort, sort, sort, sort, sort, sort, sortReadonly, sortReadonly, spop, spop, spop, spop, srandmember, srandmember, srandmember, srandmember, srem, srem, sscan, sscan, strAlgoLCSKeys, strAlgoLCSKeys, strAlgoLCSStrings, strAlgoLCSStrings, strlen, strlen, subscribe, subscribe, substr, substr, sunion, sunion, sunionstore, sunionstore, tdigestAdd, tdigestByRank, tdigestByRevRank, tdigestCDF, tdigestCreate, tdigestCreate, tdigestInfo, tdigestMax, tdigestMerge, tdigestMerge, tdigestMin, tdigestQuantile, tdigestRank, tdigestReset, tdigestRevRank, tdigestTrimmedMean, topkAdd, topkCount, topkIncrBy, topkInfo, topkList, topkListWithCount, topkQuery, topkReserve, topkReserve, touch, touch, touch, touch, tsAdd, tsAdd, tsAdd, tsAlter, tsCreate, tsCreate, tsCreateRule, tsCreateRule, tsDecrBy, tsDecrBy, tsDel, tsDeleteRule, tsGet, tsGet, tsIncrBy, tsIncrBy, tsInfo, tsInfoDebug, tsMAdd, tsMGet, tsMRange, tsMRange, tsMRevRange, tsMRevRange, tsQueryIndex, tsRange, tsRange, tsRevRange, tsRevRange, ttl, ttl, type, type, unlink, unlink, unlink, unlink, waitAOF, waitAOF, waitReplicas, waitReplicas, xack, xack, xadd, xadd, xadd, xautoclaim, xautoclaim, xautoclaimJustId, xautoclaimJustId, xclaim, xclaim, xclaimJustId, xclaimJustId, xdel, xdel, xgroupCreate, xgroupCreate, xgroupCreateConsumer, xgroupCreateConsumer, xgroupDelConsumer, xgroupDelConsumer, xgroupDestroy, xgroupDestroy, xgroupSetID, xgroupSetID, xinfoConsumers, xinfoConsumers, xinfoGroup, xinfoGroup, xinfoGroups, xinfoGroups, xinfoStream, xinfoStream, xinfoStreamFull, xinfoStreamFull, xinfoStreamFull, xinfoStreamFull, xlen, xlen, xpending, xpending, xpending, xpending, xpending, xpending, xrange, xrange, xrange, xrange, xrange, xrange, xread, xread, xreadGroup, xreadGroup, xrevrange, xrevrange, xrevrange, xrevrange, xrevrange, xrevrange, xtrim, xtrim, xtrim, xtrim, zadd, zadd, zadd, zadd, zadd, zadd, zadd, zadd, zaddIncr, zaddIncr, zcard, zcard, zcount, zcount, zcount, zcount, zdiff, zdiff, zdiffStore, zdiffStore, zdiffWithScores, zdiffWithScores, zincrby, zincrby, zincrby, zincrby, zinter, zinter, zintercard, zintercard, zintercard, zintercard, zinterstore, zinterstore, zinterstore, zinterstore, zinterWithScores, zinterWithScores, zlexcount, zlexcount, zmpop, zmpop, zmpop, zmpop, zmscore, zmscore, zpopmax, zpopmax, zpopmax, zpopmax, zpopmin, zpopmin, zpopmin, zpopmin, zrandmember, zrandmember, zrandmember, zrandmember, zrandmemberWithScores, zrandmemberWithScores, zrange, zrange, zrange, zrange, zrangeByLex, zrangeByLex, zrangeByLex, zrangeByLex, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScore, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangeByScoreWithScores, zrangestore, zrangestore, zrangeWithScores, zrangeWithScores, zrangeWithScores, zrangeWithScores, zrank, zrank, zrankWithScore, zrankWithScore, zrem, zrem, zremrangeByLex, zremrangeByLex, zremrangeByRank, zremrangeByRank, zremrangeByScore, zremrangeByScore, zremrangeByScore, zremrangeByScore, zrevrange, zrevrange, zrevrangeByLex, zrevrangeByLex, zrevrangeByLex, zrevrangeByLex, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScore, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeByScoreWithScores, zrevrangeWithScores, zrevrangeWithScores, zrevrank, zrevrank, zrevrankWithScore, zrevrankWithScore, zscan, zscan, zscore, zscore, zunion, zunion, zunionstore, zunionstore, zunionstore, zunionstore, zunionWithScores, zunionWithScoresMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface redis.clients.jedis.bloom.commands.CountMinSketchCommands
cmsIncrByMethods inherited from interface redis.clients.jedis.commands.HashBinaryCommands
hscanMethods inherited from interface redis.clients.jedis.commands.HashCommands
hscanMethods inherited from interface redis.clients.jedis.search.RediSearchCommands
ftAlter, ftAlter, ftCreate, ftCreate, ftCreate, ftSearchMethods inherited from interface redis.clients.jedis.json.RedisJsonCommands
jsonMGet, jsonMGet, jsonSet, jsonSet, jsonSetLegacy, jsonSetLegacy, jsonSetWithEscape, jsonSetWithEscapeMethods inherited from interface redis.clients.jedis.commands.SetBinaryCommands
sscanMethods inherited from interface redis.clients.jedis.commands.SetCommands
sscanMethods inherited from interface redis.clients.jedis.commands.SortedSetBinaryCommands
zscanMethods inherited from interface redis.clients.jedis.commands.SortedSetCommands
zscanMethods inherited from interface redis.clients.jedis.commands.StreamBinaryCommands
xaddMethods inherited from interface redis.clients.jedis.commands.StreamCommands
xaddMethods inherited from interface redis.clients.jedis.bloom.commands.TopKFilterCommands
topkIncrBy
-
Constructor Details
-
JedisPooled
public JedisPooled() -
JedisPooled
WARNING: This constructor only accepts a uri string asurl.JedisURIHelper.isValid(java.net.URI)can be used before this.To use a host string,
JedisPooled(java.lang.String, int)can be used withProtocol.DEFAULT_PORT.- Parameters:
url-
-
JedisPooled
public JedisPooled(String url, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) WARNING: This constructor only accepts a uri string asurl.JedisURIHelper.isValid(java.net.URI)can be used before this.To use a host string,
JedisPooled(java.lang.String, int, boolean, javax.net.ssl.SSLSocketFactory, javax.net.ssl.SSLParameters, javax.net.ssl.HostnameVerifier)can be used withProtocol.DEFAULT_PORTandssl=true.- Parameters:
url-sslSocketFactory-sslParameters-hostnameVerifier-
-
JedisPooled
-
JedisPooled
-
JedisPooled
-
JedisPooled
public JedisPooled(String host, int port, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
-
JedisPooled
-
JedisPooled
-
JedisPooled
-
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String url) WARNING: This constructor only accepts a uri string asurl.JedisURIHelper.isValid(java.net.URI)can be used before this.To use a host string,
JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig, java.lang.String, int)can be used withProtocol.DEFAULT_PORT.- Parameters:
poolConfig-url-
-
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, String user, String password) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, String clientName) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, String clientName, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database, String clientName) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int timeout, String user, String password, int database, String clientName, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String password, int database, String clientName) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String password, int database, String clientName, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String user, String password, int database, String clientName) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String user, String password, int database, String clientName, boolean ssl) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, String user, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, int infiniteSoTimeout, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, int infiniteSoTimeout, String user, String password, int database, String clientName) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, String host, int port, int connectionTimeout, int soTimeout, int infiniteSoTimeout, String user, String password, int database, String clientName, boolean ssl, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
-
JedisPooled
public JedisPooled(URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
-
JedisPooled
public JedisPooled(URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int timeout) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int timeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int connectionTimeout, int soTimeout) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int connectionTimeout, int soTimeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, URI uri, int connectionTimeout, int soTimeout, int infiniteSoTimeout, SSLSocketFactory sslSocketFactory, SSLParameters sslParameters, HostnameVerifier hostnameVerifier) -
JedisPooled
public JedisPooled(HostAndPort hostAndPort, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, HostAndPort hostAndPort, JedisClientConfig clientConfig) -
JedisPooled
public JedisPooled(HostAndPort hostAndPort, JedisClientConfig clientConfig, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, JedisSocketFactory jedisSocketFactory, JedisClientConfig clientConfig) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig, org.apache.commons.pool2.PooledObjectFactory<Connection> factory) -
JedisPooled
public JedisPooled(org.apache.commons.pool2.PooledObjectFactory<Connection> factory, org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) -
JedisPooled
-
-
Method Details
-
getPool
-
pipelined
- Overrides:
pipelinedin classUnifiedJedis
-