org.springframework.data.redis.connection
Interface RedisConnectionFactory

All Superinterfaces:
PersistenceExceptionTranslator
All Known Implementing Classes:
JedisConnectionFactory, JredisConnectionFactory, RjcConnectionFactory

public interface RedisConnectionFactory
extends PersistenceExceptionTranslator

Thread-safe factory of Redis connections.


Method Summary
 RedisConnection getConnection()
          Provides a suitable connection for interacting with Redis.
 
Methods inherited from interface org.springframework.dao.support.PersistenceExceptionTranslator
translateExceptionIfPossible
 

Method Detail

getConnection

RedisConnection getConnection()
Provides a suitable connection for interacting with Redis.

Returns:
connection for interacting with Redis.