RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.See: Description
| Class | Description |
|---|---|
| ClientResourcesFactoryBean |
FactoryBean that creates a ClientResources instance representing the infrastructure resources (thread pools)
for a Redis Client. |
| ConnectionPoolSupport |
Connection pool support for
GenericObjectPool and SoftReferenceObjectPool. |
| LettuceCdiExtension |
A portable CDI extension which registers beans for lettuce.
|
| LettuceFactoryBeanSupport<T> |
Adapter for Springs
FactoryBean interface to allow easy setup of
RedisClient factories via Spring configuration. |
| PoolingProxyFactory | Deprecated
Will be removed in future versions.
|
| RedisClientFactoryBean |
Factory Bean for
RedisClient instances. |
| RedisClusterClientFactoryBean |
Factory Bean for
RedisClusterClient instances. |
| TransparentPoolingInvocationHandler<T> | Deprecated
Will be removed in future versions.
|
| WithConnection<T> | Deprecated
Will be removed in future versions.
|
RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.Copyright © 2016. All rights reserved.