Decrement

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

Attributes

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

Members list

Value members

Abstract methods

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