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