Future<RespType> hget(String key, String field) async { return tier0.execute([ 'HGET', key, field, ]); }