RedisStreamCommandsF

final
class RedisStreamCommandsF[F[_], K, V](val underlying: Underlying[F, K, V]) extends ScanStreamCommands[F, K, V]
trait ScanStreamCommands[F, K, V]
class Object
trait Matchable
class Any

Value members

Inherited methods

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