Decrements the number stored at key by one.
key
@override Future<int> decr(String key) => _executeOnKey(key, (client) => client.decr(key));