RedisScanCursor

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def from[V](j: ValueScanCursor[V]): RedisScanCursor[V]
def from[K, V](j: MapScanCursor[K, V]): RedisScanCursor[(K, V)]
def from[K](j: KeyScanCursor[K]): RedisScanCursor[K]
def from[V](j: ScoredValueScanCursor[V]): RedisScanCursor[(Double, V)]