leo_hashtable¶
leo_hashtable is utilities for storing value as key-value in memory.
References
Description¶
leo_hashtable is utilities for storing value as key-value in memory
Function Index¶
| all/1 | Retrieve all values. |
| append/3 | Append a value. |
| clear/1 | Clear values into the hash-table. |
| delete/2 | Remove a value. |
| destroy/1 | Destroy an instance. |
| get/2 | Retrieve a value by key. |
| get/3 | Retrieve a value by key. |
| incr/2 | Increment a value. |
| keys/1 | Retrieve all keys. |
| new/0 | Create an instance. |
| new/1 | Create an instance. |
| put/3 | Insert a value. |