Getter

trait Getter[F[_], K, V]
class Object
trait Matchable
class Any
trait StringCommands[F, K, V]
trait RedisCommands[F, K, V]

Value members

Methods

def get(key: K): F[Option[V]]
def getBit(key: K, offset: Long): F[Option[Long]]
def getRange(key: K, start: Long, end: Long): F[Option[V]]
def strLen(key: K): F[Option[Long]]