redis
.
api
.
scripting
Evalsha
case class
Evalsha
[
R
,
KK
,
KA
]
(
sha1:
String
,
keys:
Seq
[
KK
] =
...
,
args:
Seq
[
KA
] =
...
)
(
implicit
redisKeys:
ByteStringSerializer
[
KK
]
,
redisArgs:
ByteStringSerializer
[
KA
]
,
deserializerR:
RedisReplyDeserializer
[
R
]
)
extends
RedisCommandRedisReplyRedisReply
[
R
] with
EvaledScript
with
Product
with
Serializable
Source
Scripting.scala
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
EvaledScript
,
RedisCommandRedisReplyRedisReply
[
R
],
RedisCommandRedisReply
[
R
],
RedisCommand
[
RedisReply
,
R
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Evalsha
Serializable
Serializable
Product
Equals
EvaledScript
RedisCommandRedisReplyRedisReply
RedisCommandRedisReply
RedisCommand
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Evalsha
(
sha1:
String
,
keys:
Seq
[
KK
] =
...
,
args:
Seq
[
KA
] =
...
)
(
implicit
redisKeys:
ByteStringSerializer
[
KK
]
,
redisArgs:
ByteStringSerializer
[
KA
]
,
deserializerR:
RedisReplyDeserializer
[
R
]
)
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
val
args
:
Seq
[
KA
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
decodeRedisReply
:
PartialFunction
[
ByteString
,
Option
[(
RedisReply
,
ByteString
)]]
Definition Classes
RedisCommandRedisReply
→
RedisCommand
def
decodeReply
(
redisReply:
RedisReply
)
:
R
Definition Classes
RedisCommandRedisReplyRedisReply
→
RedisCommand
val
deserializer
:
RedisReplyDeserializer
[
R
]
Definition Classes
Evalsha
→
RedisCommandRedisReplyRedisReply
def
encode
(
command:
String
,
args:
Seq
[
ByteString
]
)
:
ByteString
Definition Classes
RedisCommand
def
encode
(
command:
String
)
:
ByteString
Definition Classes
RedisCommand
def
encodeRequest
[
KK
,
KA
]
(
encoder: (
String
,
Seq
[
ByteString
]) ⇒
ByteString
,
command:
String
,
param:
String
,
keys:
Seq
[
KK
]
,
args:
Seq
[
KA
]
,
keySerializer:
ByteStringSerializer
[
KK
]
,
argSerializer:
ByteStringSerializer
[
KA
]
)
:
ByteString
Definition Classes
EvaledScript
val
encodedRequest
:
ByteString
Definition Classes
Evalsha
→
RedisCommand
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
isMasterOnly
:
Boolean
Definition Classes
EvaledScript
val
keys
:
Seq
[
KK
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
sha1
:
String
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
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
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
EvaledScript
Inherited from
RedisCommandRedisReplyRedisReply
[
R
]
Inherited from
RedisCommandRedisReply
[
R
]
Inherited from
RedisCommand
[
RedisReply
,
R
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped