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