HashGetter

trait HashGetter[F[_], K, V]
class Object
trait Matchable
class Any
trait HashCommands[F, K, V]
trait RedisCommands[F, K, V]

Value members

Methods

def hGet(key: K, field: K): F[Option[V]]
def hGetAll(key: K): F[Map[K, V]]
def hKeys(key: K): F[List[K]]
def hLen(key: K): F[Option[Long]]
def hStrLen(key: K, field: K): F[Option[Long]]
def hVals(key: K): F[List[V]]
def hmGet(key: K, fields: K*): F[Map[K, V]]