SortedSetSetter

trait SortedSetSetter[F[_], K, V]
class Object
trait Matchable
class Any
trait SortedSetCommands[F, K, V]
trait RedisCommands[F, K, V]

Value members

Methods

def zAdd(key: K, args: Option[ZAddArgs], values: ScoreWithValue[V]*): F[Long]
def zAddIncr(key: K, args: Option[ZAddArgs], value: ScoreWithValue[V]): F[Double]
def zIncrBy(key: K, member: V, amount: Double): F[Double]
def zInterStore(destination: K, args: Option[ZStoreArgs], keys: K*): F[Long]
def zRem(key: K, values: V*): F[Long]
def zRemRangeByLex(key: K, range: ZRange[V]): F[Long]
def zRemRangeByRank(key: K, start: Long, stop: Long): F[Long]
def zRemRangeByScore[T](key: K, range: ZRange[T])(`evidence$6`: Numeric[T]): F[Long]
def zUnionStore(destination: K, args: Option[ZStoreArgs], keys: K*): F[Long]