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 Serializable
trait Product
trait Equals
trait EvaledScript
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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
EvaledScript.scala

Attributes

Inherited from:
EvaledScript
Source
EvaledScript.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
Eval.scala
val encodedRequest: ByteString

Attributes

Source
Eval.scala

Inherited fields