class Redis::Distributed

def hdel(key, field)

Delete one or more hash fields.
def hdel(key, field)
  node_for(key).hdel(key, field)
end