incr
Future<int> incr(String key) async { return await _runWithRetryNew(() async { return (await RespCommandsTier1(_client!).incr(key)).toInteger().payload; }); }