As of Redis 4.0.0, HSET is variadic and allows for multiple field/value pairs. `HSET myhash field1 "Hello" field2 "World"` This is currently not supported in redis-mock?