I\'m planning to start using hashes insead of regular keys. But I can\'t find any information about multi get for hash-keys in Redis wiki. Is this kind of command is support
Redis has a HMGET command, which returns the values of several hash keys with one command.