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