首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > php5-redis

php5-redis

  • 资源大小:0.00 B
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

PHP5 Redis Php5-redis contains php5 class for conenction with redis database with methods for all available commands in redis The project is moving to https://github.com/sash/php-redis Quick start Install Redis 1.0 or later: http://code.google.com/p/redis/ tar -xvf redis-1.0.tar.gzcd redis-1.0make./redis-server redis.conf Download latest php5-redis platform from here: http://code.google.com/p/php5-redis/downloads/list Write some code: ``` # Connecting $r = new Php5Redis("localhost", 6379); Setting some value under some key $r->some_key = "hello world"; Outputting it echo $r->some_key; ```

文 件 列 表

php5-redis
Php5Redis.php
test.php
VIP VIP
0.223043s