Method: Xunch::RedisClient#hgetall

Defined in:
lib/xunch/shard/redis.rb

#hgetall(key) ⇒ Object



137
138
139
140
141
# File 'lib/xunch/shard/redis.rb', line 137

def hgetall(key)
  with do | redis |
    redis.hgetall(key)
  end
end