decrBy abstract method

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

Decrements the number stored at key by amount.

Implementation

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