Download the PHP package hacklee/laravel5-php-redis without Composer
On this page you can find all versions of the php package hacklee/laravel5-php-redis. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel5-php-redis
laravel5-php-redis
在laravel中用外观模式操作php的redis扩展类
安装php的redis扩展
-
使用pecl安装
- 由于pecl的版本不一定是最新的,可以clone源码安装
phpredis扩展的github地址:https://github.com/phpredis/phpredis
此依赖读的redis配置跟laravel保持一样,在database.php中的redis节点
使用步骤
- 使用composer加载依赖
或修改composer.json,在require加上 "hacklee/laravel5-php-redis": "dev-master" 然后执行composer update
- 在app.php的providers节点下增加以下代码
或
- 在app.php的aliases节点下增加以下代码
或
使用示例
-
直接使用
- 或命名空间
redis扩展的更多操作,请参考官网文档phpredis
All versions of laravel5-php-redis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
ext-redis Version *
ext-redis Version *
The package hacklee/laravel5-php-redis contains the following files
Loading the files please wait ....