Class

scredis.protocol

Request

Related Doc: package protocol

Permalink

abstract class Request[A] extends AnyRef

Linear Supertypes
Known Subclasses
Append, Auth, BGRewriteAOF, BGSave, BLPop, BRPop, BRPopLPush, BitCount, BitOp, BitPos, ClientGetName, ClientKill, ClientKillWithFilters, ClientList, ClientPause, ClientSetName, 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, Command, CommandCount, CommandGetKeys, CommandInfo, ConfigGet, ConfigResetStat, ConfigRewrite, ConfigSet, DBSize, Decr, DecrBy, Del, Discard, Dump, Echo, Eval, EvalSHA, Exec, Exists, Expire, ExpireAt, FlushAll, FlushDB, GeoAdd, GeoDist, GeoHash, GeoPos, GeoRadius, GeoRadiusByMember, GeoRadiusByMemberComplex, GeoRadiusComplex, Get, GetBit, GetRange, GetSet, HDel, HExists, HGet, HGetAll, HIncrBy, HIncrByFloat, HKeys, HLen, HMGet, HMGetAsMap, HMSet, HScan, HSet, HSetNX, HStrlen, HVals, Incr, IncrBy, IncrByFloat, Info, Keys, LIndex, LInsert, LLen, LPop, LPush, LPushX, LRange, LRem, LSet, LTrim, LastSave, MGet, MGetAsMap, MSet, MSetNX, Migrate, Move, Multi, ObjectEncoding, ObjectIdleTime, ObjectRefCount, PExpire, PExpireAt, PFAdd, PFCount, PFMerge, PSetEX, PSubscribe, PTTL, PUnsubscribe, Persist, Ping, PubSubChannels, PubSubNumPat, PubSubNumSub, Publish, Quit, RPop, RPopLPush, RPush, RPushX, RandomKey, Rename, RenameNX, Restore, Role, SAdd, SCard, SDiff, SDiffStore, SInter, SInterStore, SIsMember, SMembers, SMove, SPop, SPopCount, SRandMember, SRandMembers, SRem, SScan, SUnion, SUnionStore, Save, Scan, ScriptExists, ScriptFlush, ScriptKill, ScriptLoad, Select, Set, SetBit, SetEX, SetNX, SetRange, Shutdown, SlaveOf, SlaveOfNoOne, SlowLogGet, SlowLogLen, SlowLogReset, Sort, SortAndStore, StrLen, Subscribe, TTL, Time, Type, Unsubscribe, Unwatch, Watch, 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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Request
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Abstract Value Members

  1. abstract def decode: Decoder[A]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def argsCount: Int

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def future: Future[A]

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isReadOnly: Boolean

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. val repliesCount: Int

    Permalink
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    Request → AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped