Yii 2.0 权威指南配合数据库工作(Working with Databases)Redis
Redis
This extension provides the redis 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
Usage
- Using the ActiveRecord
- Using commands directly
Additional topics
- Using the Cache component
- Using the Session component