Method: RDKit::DBCommands::HashCommands#hset
- Defined in:
- lib/rdkit/db_commands.rb
#hset(key, field, value) ⇒ Object
104 105 106 |
# File 'lib/rdkit/db_commands.rb', line 104 def hset(key, field, value) db.hset(key, field, value) end |