Spring Data Key-Value

org.springframework.data.keyvalue.redis.connection
Interface RedisConnectionFactory

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

public interface RedisConnectionFactory
extends PersistenceExceptionTranslator

Thread-safe factory of Redis connections.

Author:
Costin Leau

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.

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.