Hash Table
Create a table to store data in the memory. Data is stored in a hash table with a key and a value. Actions in the Table category are used to set, get, and delete data from the tables.
Table of contents
- Decrement Data - Hash Table
- Delete Data - Hash Table
- Get Cache - Hash Table
- Get Data - Hash Table
- Increment Data - Hash Table
- Set Data - Hash Table