Example usage for org.springframework.data.redis.connection DecoratedRedisConnection interface-usage

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

Introduction

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

Usage

From source file org.springframework.data.redis.connection.DefaultStringRedisConnection.java

/**
 * Default implementation of {@link StringRedisConnection}.
 * 
 * @author Costin Leau
 * @author Jennifer Hickey
 * @author Christoph Strobl