Method: Redis::Distributed#hgetall
- Defined in:
- lib/redis/distributed.rb
permalink #hgetall(key) ⇒ Object
Get all the fields and values in a hash.
917 918 919 |
# File 'lib/redis/distributed.rb', line 917 def hgetall(key) node_for(key).hgetall(key) end |