Interface RedisOperation

All Known Implementing Classes:
AbstractBPop, AbstractByScoreOperation, AbstractRedisOperation, Auth, BZMPop, BZPopMax, BZPopMin, Client, Cluster, Copy, Discard, Eval, EvalSha, Exec, GetDel, Hello, HExists, HExpire, HExpireAt, HExpireTime, HGetAll, HKeys, HLen, HMGet, HMSet, HPersist, HPExpire, HPExpireAt, HPExpireTime, HPTTL, HScan, HStrlen, HTTL, HVals, LInsert, LPos, LSet, Move, MSetNX, Multi, PSubscribe, PubSub, PUnsubscribe, Quit, Ranges, RPushX, Scan, Script, Select, SetRange, SIsMember, SMIsMember, SMove, Sort, SRandMember, SStore, Subscribe, Time, Unlink, Unsubscribe, Unwatch, Watch, XAdd, XDel, XLen, XRange, XRead, XRevRange, XTrim, ZCount, ZIncrBy, ZMPop, ZPopMax, ZPopMin, ZRangeByScore, ZRank, ZRemRangeByRank, ZRemRangeByScore, ZRevRangeByScore, ZRevRank

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()