Eval
redis.api.scripting.Eval
case class Eval[R, KK, KA](script: String, keys: Seq[KK], args: Seq[KA])(implicit redisKeys: ByteStringSerializer[KK], redisArgs: ByteStringSerializer[KA], deserializerR: RedisReplyDeserializer[R]) extends RedisCommandRedisReplyRedisReply[R], EvaledScript
Attributes
- Source
- Eval.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EvaledScripttrait RedisCommandRedisReplyRedisReply[R]trait RedisCommandRedisReply[R]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- RedisCommandRedisReplyRedisReply
- Source
- RedisCommandRedisReplyRedisReply.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
Attributes
- Inherited from:
- RedisCommand
- Source
- RedisCommand.scala
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
Attributes
- Inherited from:
- EvaledScript
- Source
- EvaledScript.scala
Attributes
- Inherited from:
- EvaledScript
- Source
- EvaledScript.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Inherited fields
Attributes
- Inherited from:
- RedisCommandRedisReply
- Source
- RedisCommandRedisReply.scala
In this article