137 138 139 140 141
# File 'lib/xunch/shard/redis.rb', line 137 def hgetall(key) with do | redis | redis.hgetall(key) end end