# File lib/redis/distributed.rb, line 637 def hmget(key, *fields) node_for(key).hmget(key, *fields) end