com
.
twitter
.
finagle
.
redis
.
protocol
Command
abstract
class
Command
extends
RedisMessage
Linear Supertypes
RedisMessage
,
AnyRef
,
Any
Known Subclasses
Append
,
Auth
,
BAdd
,
BCard
,
BGet
,
BRange
,
BRem
,
BitCount
,
BitOp
,
CommandArgument
,
Config
,
ConfigGet
,
ConfigResetStat
,
ConfigSet
,
Decr
,
DecrBy
,
Del
,
Discard
,
Dump
,
Exec
,
Exists
,
Expire
,
ExpireAt
,
FlushAll
,
FlushDB
,
Get
,
GetBit
,
GetRange
,
GetSet
,
HDel
,
HExists
,
HGet
,
HGetAll
,
HIncrBy
,
HKeys
,
HMGet
,
HMSet
,
HScan
,
HSet
,
HSetNx
,
HVals
,
Incr
,
IncrBy
,
Info
,
KeyCommand
,
Keys
,
KeysCommand
,
LIndex
,
LInsert
,
LLen
,
LPop
,
LPush
,
LRange
,
LRem
,
LSet
,
LTrim
,
Limit
,
ListRangeCommand
,
MGet
,
MSet
,
MSetNx
,
MemberCommand
,
Move
,
Multi
,
MultiSet
,
PExpire
,
PExpireAt
,
PFAdd
,
PFCount
,
PFMerge
,
PSetEx
,
PSubscribe
,
PTtl
,
PUnsubscribe
,
Persist
,
Ping
,
PubSub
,
PubSubChannels
,
PubSubNumPat
,
PubSubNumSub
,
Publish
,
Quit
,
RPop
,
RPush
,
Randomkey
,
Rename
,
RenameNx
,
SAdd
,
SCard
,
SInter
,
SIsMember
,
SMembers
,
SPop
,
SRandMember
,
SRem
,
Scan
,
ScoreCommand
,
Select
,
Sentinel
,
SentinelCkQuorum
,
SentinelFailover
,
SentinelFlushConfig
,
SentinelGetMasterAddrByName
,
SentinelMaster
,
SentinelMasters
,
SentinelMonitor
,
SentinelRemove
,
SentinelReset
,
SentinelSentinels
,
SentinelSet
,
SentinelSlaves
,
Set
,
SetBit
,
SetEx
,
SetNx
,
SetRange
,
SlaveOf
,
StrictKeyCommand
,
StrictKeysCommand
,
StrictMemberCommand
,
StrictScoreCommand
,
StrictValueCommand
,
Strlen
,
Subscribe
,
SubscribeCommand
,
TopologyAdd
,
TopologyDelete
,
TopologyGet
,
Ttl
,
Type
,
UnWatch
,
Unsubscribe
,
ValueCommand
,
Watch
,
Weights
,
WithScores
,
ZAdd
,
ZCard
,
ZCount
,
ZIncrBy
,
ZInterStore
,
ZMember
,
ZRange
,
ZRangeByScore
,
ZRangeCmd
,
ZRank
,
ZRankCmd
,
ZRem
,
ZRemRangeByRank
,
ZRemRangeByScore
,
ZRevRange
,
ZRevRangeByScore
,
ZRevRank
,
ZScore
,
ZScoredRange
,
ZStore
,
ZUnionStore
Ordering
Alphabetic
By inheritance
Inherited
Command
RedisMessage
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Command
()
Abstract Value Members
abstract
def
command
:
String
abstract
def
toChannelBuffer
:
ChannelBuffer
Definition Classes
RedisMessage
Concrete Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toByteArray
:
Array
[
Byte
]
Definition Classes
RedisMessage
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
RedisMessage
Inherited from
AnyRef
Inherited from
Any
Ungrouped