Module: RDKit::DBCommands::ServerCommands

Included in:
RDKit::DBCommands
Defined in:
lib/rdkit/db_commands.rb

Instance Method Summary collapse

Instance Method Details

#flushallObject



168
169
170
171
172
# File 'lib/rdkit/db_commands.rb', line 168

def flushall
  server.flushall!

  'OK'
end

#flushdbObject



162
163
164
165
166
# File 'lib/rdkit/db_commands.rb', line 162

def flushdb
  server.flushdb!

  'OK'
end