Increment

dev.profunktor.redis4cats.algebra.Increment
trait Increment[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 incr(key: K): F[Long]
def incrBy(key: K, amount: Long): F[Long]
def incrByFloat(key: K, amount: Double): F[Double]