Interface LettucePool

All Superinterfaces:
Pool<io.lettuce.core.api.StatefulConnection<byte[],byte[]>>
All Known Implementing Classes:
DefaultLettucePool

@Deprecated public interface LettucePool extends Pool<io.lettuce.core.api.StatefulConnection<byte[],byte[]>>
Deprecated.
since 2.0, use pooling via LettucePoolingClientConfiguration.
Pool of Lettuce StatefulConnections
Author:
Jennifer Hickey, Christoph Strobl, Mark Paluch
  • Method Details

    • getClient

      @Nullable io.lettuce.core.AbstractRedisClient getClient()
      Deprecated.
      Returns:
      The AbstractRedisClient used to create pooled connections