Increments the number stored at key by amount.
key
amount
Future<int> incrBy(String key, int amount);