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] with EvaledScript

Attributes

Source:
Scripting.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def decodeReply(redisReply: RedisReply): R
def encode(command: String, args: Seq[ByteString]): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala
def encode(command: String): ByteString

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:
Scripting.scala

Attributes

Inherited from:
EvaledScript
Source:
Scripting.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields