liyifei/yii2-redis

simple way to use phpredis

Maintainers

Package info

github.com/yii2-composer/yii2-redis

Type:yii2-extension

pkg:composer/liyifei/yii2-redis

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2019-09-27 05:47 UTC

This package is auto-updated.

Last update: 2026-03-11 14:50:05 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