Method: Redis::Distributed#hexists

Defined in:
lib/redis/distributed.rb

#hexists(key, field) ⇒ Object

Determine if a hash field exists.



892
893
894
# File 'lib/redis/distributed.rb', line 892

def hexists(key, field)
  node_for(key).hexists(key, field)
end