class Redis::Distributed

def hexists(key, field)

Determine if a hash field exists.
def hexists(key, field)
  node_for(key).hexists(key, field)
end