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. |
| 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 |
Pooling proxy factory to create transparent pooling proxies.
|
| RedisClientFactoryBean |
Factory Bean for
RedisClient instances. |
| RedisClusterClientFactoryBean |
Factory Bean for
RedisClusterClient instances. |
| TransparentPoolingInvocationHandler<T> |
Invocation Handler with transparent pooling.
|
| WithConnection<T> |
Execution-Template which allocates a connection around the run()-call.
|
RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.Copyright © 2016. All rights reserved.