Method: Redis::Distributed#hget

Defined in:
lib/redis/distributed.rb

#hget(key, field) ⇒ Object

Get the value of a hash field.



866
867
868
# File 'lib/redis/distributed.rb', line 866

def hget(key, field)
  node_for(key).hget(key, field)
end