123456789101112131415161718192021222324252627282930313233 |
- RPC Exports for htable
- ======================
- [ this file is autogenerated, do not edit ]
- 1. htable.dump
- Dump the contents of hash table.
- Returns an array.
- 2. htable.delete
- Delete one key from a hash table.
- 3. htable.get
- Get one key from a hash table.
- 4. htable.sets
- Set one key in a hash table to a string value.
- 5. htable.seti
- Set one key in a hash table to an integer value.
- 6. htable.listTables
- List all htables.
- Returns an array.
- 7. htable.reload
- Reload hash table.
- 8. htable.stats
- Statistics about htables.
- Returns an array.
|