incrBy abstract method

Future<int> incrBy(
  1. String key,
  2. int amount
)

Increments the number stored at key by amount.

Implementation

Future<int> incrBy(String key, int amount);