Interface RedisOperation

All Known Implementing Classes:
AbstractByScoreOperation, AbstractRedisOperation, Auth, Client, Discard, Exec, Hello, HExists, HGetAll, HKeys, HLen, HMGet, HMSet, HScan, HStrlen, HVals, MSetNX, Multi, PSubscribe, PubSub, PUnsubscribe, Quit, Scan, Select, SetRange, SIsMember, Subscribe, Time, Unlink, Unsubscribe, Unwatch, Watch, ZCount, ZRangeByScore, ZRemRangeByScore, ZRevRangeByScore

public interface RedisOperation
Represents a Redis Operation which can be executed against RedisBase
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • execute

      Slice execute()