Download the PHP package changchang700/redis without Composer
On this page you can find all versions of the php package changchang700/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 redis
简单介绍
- 本组件使用@stream_socket_client与redis server通信,因此不需要安装php redis扩展;
- 本组件使用简单,代码仿照YII2 redis组件;
安装教程
composer require changchang700/redis
运行上面命令安装组件
使用教程
在需要引用的地方引入
use Component\Redis\Redis;
在文件内实例化
$redis = new Redis("127.0.0.1",6379);
$data = $redis->set('ddddd',"wwwwwwwwwww");
var_dump($redis->get("ddddd"));exit;
All versions of redis with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.9
The package changchang700/redis contains the following files
Loading the files please wait ....