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