Skip to main content

Redis

Server URL

By default, the AutoKitteh server uses an ephemeral, in-memory Miniredis cache which disappears when the process is terminated.

You may configure AutoKitteh to use a real Redis server:

(Temporary)
ak up --config store.server_url=redis://<HOST>:<PORT>[/<DB>]

Or:

(Persistent, next time you run 'ak up')
ak config set store.server_url redis://<HOST>:<PORT>[/<DB>]

Deployment Guides

Information about deploying and managing Redis in production: