rpc_htable.txt 656 B

123456789101112131415161718192021222324252627282930313233
  1. RPC Exports for htable
  2. ======================
  3. [ this file is autogenerated, do not edit ]
  4. 1. htable.dump
  5. Dump the contents of hash table.
  6. Returns an array.
  7. 2. htable.delete
  8. Delete one key from a hash table.
  9. 3. htable.get
  10. Get one key from a hash table.
  11. 4. htable.sets
  12. Set one key in a hash table to a string value.
  13. 5. htable.seti
  14. Set one key in a hash table to an integer value.
  15. 6. htable.listTables
  16. List all htables.
  17. Returns an array.
  18. 7. htable.reload
  19. Reload hash table.
  20. 8. htable.stats
  21. Statistics about htables.
  22. Returns an array.