The key to get.
await redis.set("key", "value");const t = await redis.type("key");console.log(t) // "string"