多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 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)