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