HashIncrement

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

Attributes

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

Members list

Value members

Abstract methods

def hIncrBy(key: K, field: K, amount: Long): F[Long]
def hIncrByFloat(key: K, field: K, amount: Double): F[Double]