Example usage for org.springframework.data.redis.connection.jedis JedisConnectionFactory subclass-usage

List of usage examples for org.springframework.data.redis.connection.jedis JedisConnectionFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.data.redis.connection.jedis JedisConnectionFactory subclass-usage.

Usage

From source file org.sipfoundry.commons.redis.RedisSpringFactory.java

/**
 * Creates Redis connection from a properties file for spring based projects
 * 
 */
public class RedisSpringFactory extends JedisConnectionFactory {