Future<RespType> hdel(String key, List<String> fields) async { return tier0.execute([ 'HDEL', key, ...fields, ]); }