select
Future<void> select(int index) async { return await _runWithRetryNew(() async { _socketOptions.db = index; (await RespCommandsTier1(_client!).select(index)).toSimpleString(); return null; }); }