org.springframework.datastore.redis.util
Interface RedisCallback<T>


public interface RedisCallback<T>

Since:
1.1

Method Summary
 Object doInRedis(T redis)
          Executes redis logic whilst handling exce
 

Method Detail

doInRedis

Object doInRedis(T redis)
                 throws IOException
Executes redis logic whilst handling exce

Parameters:
redis - The RedisClient instance
Returns:
The result of the calling jredis
Throws:
IOException