RedisCommandBulkOptionByteString

redis.RedisCommandBulkOptionByteString

Attributes

Source:
RedisCommand.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Echo[V, R]
class Hget[K, KK, R]
class Dump[K, R]
class Randomkey[R]
class Lindex[K, R]
class Lpop[K, R]
class Rpop[K, R]
class Rpoplpush[KS, KD, R]
object ClientGetname.type
class Spop[K, R]
class Srandmember[K, R]
class Get[K, R]
class Getrange[K, R]
class Getset[K, V, R]

Members list

Concise view

Value members

Concrete methods

def decodeReply(bulk: Bulk): Option[R]

Attributes

Source:
RedisCommand.scala

Inherited methods

def encode(command: String, args: Seq[ByteString]): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala
def encode(command: String): ByteString

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala

Abstract fields

Inherited fields

Attributes

Inherited from:
RedisCommand
Source:
RedisCommand.scala