🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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. ## [](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/README.md#getting-started)Getting Started * [Installation](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/installation.md) ## [](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/README.md#usage)Usage * [Using the ActiveRecord](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/usage-ar.md) * [Using commands directly](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/usage-commands.md) ## [](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/README.md#additional-topics)Additional topics * [Using the Cache component](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/topics-cache.md) * [Using the Session component](https://github.com/yiisoft/yii2-redis/blob/master/docs/guide/topics-session.md)