RPC Exports for htable
htable.dump
Dump the contents of hash table.
Returns an array.
htable.delete
Delete one key from a hash table.
htable.get
Get one key from a hash table.
htable.sets
Set one key in a hash table to a string value.
htable.seti
Set one key in a hash table to an integer value.
htable.listTables
List all htables.
Returns an array.
htable.reload
Reload hash table.
htable.stats
Statistics about htables.
Returns an array.