abstract class Request[A] extends AnyRef

Linear Supertypes
Known Subclasses
ClusterAddSlots, ClusterCountFailureReports, ClusterCountKeysInSlot, ClusterDelSlots, ClusterFailover, ClusterFailoverForce, ClusterFailoverTakeover, ClusterForget, ClusterGetKeysInSlot, ClusterInfo, ClusterKeyslot, ClusterMeet, ClusterNodes, ClusterReplicate, ClusterReset, ClusterResetHard, ClusterResetSoft, ClusterSaveConfig, ClusterSetConfigEpoch, ClusterSetSlotImporting, ClusterSetSlotMigrating, ClusterSetSlotNode, ClusterSetSlotStable, ClusterSlaves, ClusterSlots, Auth, Echo, Ping, Quit, Select, GeoAdd, GeoDist, GeoHash, GeoPos, GeoRadius, GeoRadiusByMember, GeoRadiusByMemberComplex, GeoRadiusComplex, HDel, HExists, HGet, HGetAll, HIncrBy, HIncrByFloat, HKeys, HLen, HMGet, HMGetAsMap, HMSet, HScan, HSet, HSetNX, HStrlen, HVals, PFAdd, PFCount, PFMerge, Del, Dump, Exists, Expire, ExpireAt, Keys, Migrate, Move, ObjectEncoding, ObjectIdleTime, ObjectRefCount, PExpire, PExpireAt, PTTL, Persist, RandomKey, Rename, RenameNX, Restore, Scan, Sort, SortAndStore, TTL, Type, BLPop, BRPop, BRPopLPush, LIndex, LInsert, LLen, LPop, LPush, LPushX, LRange, LRem, LSet, LTrim, RPop, RPopLPush, RPush, RPushX, PSubscribe, PUnsubscribe, PubSubChannels, PubSubNumPat, PubSubNumSub, Publish, Subscribe, Unsubscribe, Eval, EvalSHA, ScriptExists, ScriptFlush, ScriptKill, ScriptLoad, BGRewriteAOF, BGSave, ClientGetName, ClientKill, ClientKillWithFilters, ClientList, ClientPause, ClientSetName, Command, CommandCount, CommandGetKeys, CommandInfo, ConfigGet, ConfigResetStat, ConfigRewrite, ConfigSet, DBSize, FlushAll, FlushDB, Info, LastSave, Role, Save, Shutdown, SlaveOf, SlaveOfNoOne, SlowLogGet, SlowLogLen, SlowLogReset, Time, SAdd, SCard, SDiff, SDiffStore, SInter, SInterStore, SIsMember, SMembers, SMove, SPop, SPopCount, SRandMember, SRandMembers, SRem, SScan, SUnion, SUnionStore, ZAdd, ZCard, ZCount, ZIncrBy, ZInterStore, ZInterStoreWeighted, ZLexCount, ZRange, ZRangeByLex, ZRangeByScore, ZRangeByScoreWithScores, ZRangeWithScores, ZRank, ZRem, ZRemRangeByLex, ZRemRangeByRank, ZRemRangeByScore, ZRevRange, ZRevRangeByScore, ZRevRangeByScoreWithScores, ZRevRangeWithScores, ZRevRank, ZScan, ZScore, ZUnionStore, ZUnionStoreWeighted, Append, BitCount, BitOp, BitPos, Decr, DecrBy, Get, GetBit, GetRange, GetSet, Incr, IncrBy, IncrByFloat, MGet, MGetAsMap, MSet, MSetNX, PSetEX, Set, SetBit, SetEX, SetNX, SetRange, StrLen, Discard, Exec, Multi, Unwatch, Watch
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Request
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Request(command: Command, args: Any*)

Abstract Value Members

  1. abstract def decode: Decoder[A]

Concrete Value Members

  1. def argsCount: Int
  2. def future: Future[A]
  3. def isReadOnly: Boolean
  4. val repliesCount: Int
  5. def toString(): String
    Definition Classes
    Request → AnyRef → Any