Getting started
Install aki and run your first Redis commands against a single file in under a minute.
Three short pages: the model aki is built on and how it differs from Redis, how to install the binary, and a guided first run that ends with you reading and writing keys against a real .aki file with redis-cli.
Introduction
What aki is, the Redis-API-on-a-SQLite-file model it is built on, and where it fits next to Redis and SQLite.
Installation
Install aki with Go, Homebrew, Scoop, a Linux package, Docker, or a prebuilt binary.
Quick start
Start the aki server, connect with redis-cli, write some keys, and watch them survive a restart.