Redis
最后更新于:2022-04-01 03:59:53
# 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)