await redis.hset("key", { id: 1, username: "chronark", name: "andreas" });
Write one or more fields to a hash.
Was this page helpful?