The key to get.
The field to check.
await redis.hset("key", "field", "value");const exists = await redis.hexists("key", "field");console.log(exists); // 1