liyifei/yii2-redis

simple way to use phpredis

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2019-09-27 05:47 UTC

This package is auto-updated.

Last update: 2024-05-11 10:56:23 UTC


README

simple way to use phpredis

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist liyifei/yii2-redis "*"

or add

"liyifei/yii2-redis": "*"

to the require section of your composer.json file.

Usage