Interface RedisAction<T>


public interface RedisAction<T>
An action to be executed with a RedisConnection.
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(org.springframework.data.redis.connection.RedisConnection redisConnection)
     
  • Method Details

    • execute

      T execute(org.springframework.data.redis.connection.RedisConnection redisConnection) throws IOException
      Throws:
      IOException