How to fetch hash values for multiple keys in redis ? Is there a mhgetall operation?
HSET myhash field2 "Hi" field3 "World" HSET myhash2 field2 "Hi" field3 "World" I want to fetch the key-values for mhash and myhash2 in one operation. how to do this ?