RedisCommandMultiBulkCursor

redis.RedisCommandMultiBulkCursor

Attributes

Source
RedisCommandMultiBulkCursor.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class HScan[K, C, R]
class Scan[C]
class Sscan[K, C, R]
class Zscan[K, C, R]

Members list

Value members

Abstract methods

def decodeResponses(responses: Seq[RedisReply]): R

Concrete methods

def withOptionalParams(params: Seq[ByteString]): Seq[ByteString]

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

Inherited and Abstract methods

Attributes

Inherited from:
RedisCommand
Source
RedisCommand.scala

Abstract fields

val empty: R

Inherited fields

Inherited and Abstract fields

val encodedRequest: ByteString

Attributes

Inherited from:
RedisCommand
Source
RedisCommand.scala