Interface RedisCallback<T>


public interface RedisCallback<T>
Callback interface for Redis 'low level' code. To be used with RedisTemplate execution methods, often as anonymous classes within a method implementation. Usually, used for chaining several operations together ( get/set/trim etc....
Author:
Costin Leau, John Blum