RedisDataOutput

final
class RedisDataOutput[K, V](codec: RedisCodec[K, V]) extends CommandOutput[K, V, RedisData[V]]
class CommandOutput[K, V, RedisData[V]]
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def complete(depth: Int): Unit
Definition Classes
CommandOutput
override
def multi(count: Int): Unit
Definition Classes
CommandOutput
override
def set(integer: Long): Unit
Definition Classes
CommandOutput
override
def set(double: Double): Unit
Definition Classes
CommandOutput
override
def set(boolean: Boolean): Unit
Definition Classes
CommandOutput
override
def set(bytes: ByteBuffer): Unit
Definition Classes
CommandOutput
override
def setError(error: String): Unit
Definition Classes
CommandOutput
override
def setError(error: ByteBuffer): Unit
Definition Classes
CommandOutput
override
def setSingle(bytes: ByteBuffer): Unit
Definition Classes
CommandOutput

Inherited methods

def get(): RedisData[V]
Inherited from
CommandOutput
def getError(): String
Inherited from
CommandOutput
def hasError(): Boolean
Inherited from
CommandOutput
def multiArray(x$0: Int): Unit
Inherited from
CommandOutput
def multiMap(x$0: Int): Unit
Inherited from
CommandOutput
def multiPush(x$0: Int): Unit
Inherited from
CommandOutput
def multiSet(x$0: Int): Unit
Inherited from
CommandOutput
def setBigNumber(x$0: ByteBuffer): Unit
Inherited from
CommandOutput
def toString(): String
Inherited from
CommandOutput