Increment

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

Value members

Methods

def incr(key: K)(N: Numeric[V]): F[Long]
def incrBy(key: K, amount: Long)(N: Numeric[V]): F[Long]
def incrByFloat(key: K, amount: Double)(N: Numeric[V]): F[Double]