RedisCommandMultiBulk

redis.RedisCommandMultiBulk

Attributes

Source
RedisCommandMultiBulk.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class GeoHash[K]
class GeoPos[K]
class GeoRadius[K]
class Hgetall[K, R]
class Hkeys[K]
class Hmget[K, KK, R]
class Keys
class Lrange[K, R]
class ScriptExists
class ConfigGet
object Time
class Mget[K, R]
object Exec
class SenMasters
class SenSlaves
class HScan[K, C, R]
class Scan[C]
class Sscan[K, C, R]
class Zscan[K, C, R]
class Hvals[K, R]
class Sort[K, R]
class Sdiff[K, KK, R]
class Sinter[K, KK, R]
class Smembers[K, R]
class Srandmembers[K, R]
class Sunion[K, KK, R]
class Zpopmax[K, R]
class Zpopmin[K, R]
class Zrange[K, R]
class Zrangebylex[K, R]
class Zrangebyscore[K, R]
class Zrevrange[K, R]
class Zrevrangebylex[K, R]
class Zrevrangebyscore[K, R]
class ZrangeWithscores[K, R]
class ZrevrangeWithscores[K, R]
Show all

Members list

Value members

Inherited methods

def decodeReply(r: MultiBulk): T

Attributes

Inherited from:
RedisCommand
Source
RedisCommand.scala
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

Concrete fields

Inherited fields

val encodedRequest: ByteString

Attributes

Inherited from:
RedisCommand
Source
RedisCommand.scala