# File lib/redis/distributed.rb, line 644 def mapped_hmget(key, *fields) Hash[*fields.zip(hmget(key, *fields)).flatten] end