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

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

Introduction

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

Usage

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

/**
 * Redis client configuration for lettuce using a driver level pooled connection by adding pooling specific
 * configuration to {@link LettuceClientConfiguration}.
 *
 * @author Mark Paluch
 * @author Christoph Strobl