Example usage for org.springframework.data.redis.connection.lettuce RedisClientProvider interface-usage

List of usage examples for org.springframework.data.redis.connection.lettuce RedisClientProvider interface-usage

Introduction

In this page you can find the example usage for org.springframework.data.redis.connection.lettuce RedisClientProvider interface-usage.

Usage

From source file org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.java

/**
 * {@link LettuceConnectionProvider} with connection pooling support. This connection provider holds multiple pools (one
 * per connection type) for contextualized connection allocation.
 * <p />
 * Each allocated connection is tracked and to be returned into the pool which created the connection. Instances of this
 * class require {@link #destroy() disposal} to de-allocate lingering connections that were not returned to the pool and