Method: RDKit::DBCommands::HashCommands#hexists

Defined in:
lib/rdkit/db_commands.rb

#hexists(key, field) ⇒ Object



112
113
114
# File 'lib/rdkit/db_commands.rb', line 112

def hexists(key, field)
  db.hexists?(key, field)
end