Operation

redis.Operation
case class Operation[RedisReplyT <: RedisReply, T](redisCommand: RedisCommand[RedisReplyT, T], promise: Promise[T])

Attributes

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

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
Operation.scala
def completeSuccess(redisReply: RedisReplyT): Promise[T]

Attributes

Source:
Operation.scala
def completeSuccessValue(value: T): Promise[T]

Attributes

Source:
Operation.scala

Attributes

Source:
Operation.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product