Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
# Set multiple fields assert redis.hset("myhash"{ "field1": "Hello", "field2": "World" }) == 2
Write multiple fields to a hash.
Was this page helpful?