# Set a single field assert redis.hset("myhash", "field1", "Hello") == 1
Write one or more fields to a hash.
Was this page helpful?