Key/Value Storage
November 8, 2024Less than 1 minute
Key/Value Storage
Caution
This page is tagged as a draft and is a work in progress. It is not yet complete and may contain errors or inaccuracies.
Warlock can also operate as a simple key/value storage system, also known as an in-memory database, similar to applications such as Redis and Memcached.
Warlock provides methods for storing and retrieving data by both the PHP server side as well as in the JavaScript client, allowing an alternative method for transferring data between the server and the browser, or to allow data generated in the browser to be quickly and easily stored for later use.