Redis Cache, Session and ActiveRecord for Yii 2 =============================================== This extension provides the [redis](http://redis.io/) key-value store support for the Yii2 framework. It includes a `Cache` and `Session` storage handler and implements the `ActiveRecord` pattern that allows you to store active records in redis. Getting Started --------------- * [Installation](installation.md) Usage ----- * [Using the ActiveRecord](usage-ar.md) * [Using commands directly](usage-commands.md) Additional topics ----------------- * [Using the Cache component](topics-cache.md) * [Using the Session component](topics-session.md)