watch
Future<void> watch(List<String> keys) async { (await RespCommandsTier1(_client!).watch(keys)).toSimpleString().payload; return null; }