#REDIS ADMIN

Redis admin is a collection of tools to administrate the Redis cache and the Brine data-store. The API for the web interface is written in [Silex](http://silex.sensiolabs.org/) and the front end is written in [Backbone.js](http://backbonejs.org/). In addition there are a number of command line tools to warm the cache, import data to Brine, etc. Here are all relevant help docs:

* [Installation and configuration](/docs/install.md) How to get this thing started.
* [Hotplate](/docs/hotplate.md) Using the hotplate to warm the cache.
* [Programmatically clearing the cache](/docs/cache-clearance.md) How to clear the cache programmatically.