# File lib/redis/distributed.rb, line 676 def hexists(key, field) node_for(key).hexists(key, field) end