| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.builders | |
| redis.clients.jedis.csc |
This package contains the classes and interfaces related to Server-assisted Client-side Caching.
|
| Constructor and Description |
|---|
JedisCluster(java.util.Set<HostAndPort> hnp,
JedisClientConfig jedisClientConfig,
CacheConfig cacheConfig) |
JedisPooled(HostAndPort hostAndPort,
JedisClientConfig clientConfig,
CacheConfig cacheConfig) |
JedisPooled(HostAndPort hostAndPort,
JedisClientConfig clientConfig,
CacheConfig cacheConfig,
org.apache.commons.pool2.impl.GenericObjectPoolConfig<Connection> poolConfig) |
JedisSentineled(java.lang.String masterName,
JedisClientConfig masterClientConfig,
CacheConfig cacheConfig,
java.util.Set<HostAndPort> sentinels,
JedisClientConfig sentinelClientConfig) |
UnifiedJedis(HostAndPort hostAndPort,
JedisClientConfig clientConfig,
CacheConfig cacheConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheConfig |
AbstractClientBuilder.cacheConfig |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractClientBuilder.cacheConfig(CacheConfig cacheConfig)
Sets the cache configuration for client-side caching.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfig |
CacheConfig.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Cache |
CacheFactory.getCache(CacheConfig config) |
Copyright © 2025. All rights reserved.