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(): T
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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Inherited from:
CommandOutput