RedisStreamCommandsF

dev.naoh.lettucef.streams.RedisStreamCommandsF
final class RedisStreamCommandsF[F[_], K, V](val underlying: Underlying[F, K, V]) extends ScanStreamCommands[F, K, V]

Attributes

Graph
Supertypes
trait ScanStreamCommands[F, K, V]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hscan(key: K, scanArgs: ScanArgs): Stream[F, (K, V)]

Attributes

Inherited from:
ScanStreamCommands
def hscan(key: K): Stream[F, (K, V)]

Attributes

Inherited from:
ScanStreamCommands
def scan(scanArgs: ScanArgs): Stream[F, K]

Attributes

Inherited from:
ScanStreamCommands
def scan(): Stream[F, K]

Attributes

Inherited from:
ScanStreamCommands
def sscan(key: K, scanArgs: ScanArgs): Stream[F, V]

Attributes

Inherited from:
ScanStreamCommands
def sscan(key: K): Stream[F, V]

Attributes

Inherited from:
ScanStreamCommands
def zscan(key: K, scanArgs: ScanArgs): Stream[F, (Double, V)]

Attributes

Inherited from:
ScanStreamCommands
def zscan(key: K): Stream[F, (Double, V)]

Attributes

Inherited from:
ScanStreamCommands

Concrete fields

protected val underlying: Underlying[F, K, V]