redis.api.scripting

Members list

Concise view

Type members

Classlikes

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

Attributes

Source:
Scripting.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Eval[R, KK, KA]
class Evalsha[R, KK, KA]
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

Attributes

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

Attributes

Companion:
class
Source:
Scripting.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class RedisScript(script: String)

Attributes

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

Attributes

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

Attributes

Source:
Scripting.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Source:
Scripting.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class ScriptLoad(script: String) extends RedisCommandBulk[String]

Attributes

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