Future<RespType> hset(String key, String field, Object value) async { return tier0.execute([ 'HSET', key, field, value, ]); }