Skip to content
On this page

Key/Value Storage

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.

More documentation is coming...

Released under the Apache 2.0 License.