class Redis::Distributed

def hget(key, field)

Get the value of a hash field.
def hget(key, field)
  node_for(key).hget(key, field)
end