Example usage for org.springframework.boot.autoconfigure.data.redis RedisConnectionConfiguration subclass-usage

List of usage examples for org.springframework.boot.autoconfigure.data.redis RedisConnectionConfiguration subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.data.redis RedisConnectionConfiguration subclass-usage.

Usage

From source file org.springframework.boot.autoconfigure.data.redis.JedisConnectionConfiguration.java

/**
 * Redis connection configuration using Jedis.
 *
 * @author Mark Paluch
 * @author Stephane Nicoll
 */

From source file org.springframework.boot.autoconfigure.data.redis.LettuceConnectionConfiguration.java

/**
 * Redis connection configuration using Lettuce.
 *
 * @author Mark Paluch
 * @author Andy Wilkinson
 */