Method: Redis::Distributed#hgetall

Defined in:
lib/redis/distributed.rb

#hgetall(key) ⇒ Object

Get all the fields and values in a hash.

[View source]

917
918
919
# File 'lib/redis/distributed.rb', line 917

def hgetall(key)
  node_for(key).hgetall(key)
end