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