Yii 2.0 权威指南配合数据库工作(Working with Databases)Redis
上一篇:Sphinx 下一篇:MongoDB

Redis

This extension provides the redis key-value store support for the Yii2 framework. It includes a Cache and Sessionstorage 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
上一篇:Sphinx 下一篇:MongoDB