ListPushPop

trait ListPushPop[F[_], K, V]
class Object
trait Matchable
class Any
trait ListCommands[F, K, V]
trait RedisCommands[F, K, V]

Value members

Methods

def lPop(key: K): F[Option[V]]
def lPush(key: K, values: V*): F[Long]
def lPushX(key: K, values: V*): F[Long]
def rPop(key: K): F[Option[V]]
def rPopLPush(source: K, destination: K): F[Option[V]]
def rPush(key: K, values: V*): F[Long]
def rPushX(key: K, values: V*): F[Long]