redis.api.scripting

Members list

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

Attributes

Source
Eval.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait EvaledScript
class Object
trait Matchable
class Any
Show all
trait EvaledScript

Attributes

Source
EvaledScript.scala
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], EvaledScript

Attributes

Source
Evalsha.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait EvaledScript
class Object
trait Matchable
class Any
Show all
case class RedisScript(script: String)

Attributes

Companion
object
Source
RedisScript.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RedisScript

Attributes

Companion
class
Source
RedisScript.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ScriptExists(sha1: Seq[String]) extends RedisCommandMultiBulk[Seq[Boolean]]

Attributes

Source
ScriptExists.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Source
ScriptFlush.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Attributes

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

Attributes

Source
ScriptLoad.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all