Decrement

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

Value members

Methods

def decr(key: K)(N: Numeric[V]): F[Long]
def decrBy(key: K, amount: Long)(N: Numeric[V]): F[Long]