RedisClientCdiBean for CDI support, connection pooling, and
client-side caching.See: Description
| Interface | Description |
|---|---|
| AsyncObjectFactory<T> |
An interface defining life-cycle methods for instances to be served by an pool.
|
| AsyncPool<T> |
Interface declaring non-blocking object pool methods allowing to
AsyncPool.acquire() and AsyncPool.release(Object) objects. |
| Class | Description |
|---|---|
| AsyncConnectionPoolSupport |
Asynchronous connection pool support for
BoundedAsyncPool. |
| BasePool |
Basic implementation of a pool configured through
BasePoolConfig. |
| BasePoolConfig |
Base configuration for an object pool declaring options for object validation.
|
| BasePoolConfig.Builder |
Builder for
BasePoolConfig. |
| BoundedAsyncPool<T> |
Bounded asynchronous object pool.
|
| BoundedPoolConfig |
Configuration for asynchronous pooling using
BoundedAsyncPool. |
| BoundedPoolConfig.Builder |
Builder for
BoundedPoolConfig. |
| CommonsPool2ConfigConverter |
Utility class to adapt Commons Pool 2 configuration to
BoundedPoolConfig. |
| ConnectionPoolSupport |
Connection pool support for
GenericObjectPool and SoftReferenceObjectPool. |
| ConnectionWrapping |
Utility to wrap pooled connections for return-on-close.
|
| LettuceCdiExtension |
A portable CDI extension which registers beans for lettuce.
|
RedisClientCdiBean for CDI support, connection pooling, and
client-side caching.Copyright © 2021 lettuce.io. All rights reserved.