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
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets called by RedisTemplate with an active Redis connection.