ListGetter

dev.profunktor.redis4cats.algebra.ListGetter
trait ListGetter[F[_], K, V]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ListCommands[F, K, V]
trait RedisCommands[F, K, V]

Members list

Value members

Abstract methods

def lIndex(key: K, index: Long): F[Option[V]]
def lLen(key: K): F[Option[Long]]
def lRange(key: K, start: Long, stop: Long): F[List[V]]