liuxingyuyuni 发表于 2012-06-25 00:01

用过一次,直接导致浏览器崩溃、受打击后,再就没尝试。:lol

shang2010 发表于 2012-06-25 09:07

更新一下版本试试看啊

7looki 发表于 2012-06-25 16:09

回复 12# shang2010


    都是最新版,还是不行.

    我按照 2楼 说的,在 Windows 平台搭建了一套 PHP 环境,就可以管理了. Windows 下的 PHP 版本是 5.3.8, redis 客户端还是 phpredis .

    不知道是 PHP 的原因还是 phpredis 的原因,官网的是Linux系统,就是正常的.

shang2010 发表于 2012-06-25 16:12

难不成官方还放水不成???

shang2010 发表于 2012-06-25 16:12

心情郁闷之时,观大神之言论,立即心情气爽!

7looki 发表于 2012-06-25 19:14

回复 15# shang2010


    你的 phpRedisAdmin 在 Linux 下是可以正常管理 Redis 嘛?

shang2010 发表于 2012-06-26 10:37

7looki 发表于 2012-06-25 19:14 static/image/common/back.gif
回复 15# shang2010




我还没到哪一步呢

现在转到研究db了,,大数据才是我们的核心问题


嗯,,实在不行你就windows+redios呗,或者换用memcache,
memcache固然功能不够redis多,但基本还是够用的,项目上遇到问题再想具体想办法,办法总是有的

7looki 发表于 2012-06-26 13:01

回复 17# shang2010


    我们的核心业务全部用的 Linux ,这个只是用来管理 Redis 用的.

shang2010 发表于 2012-06-26 13:59

到官网看一下,已经做了什么
https://github.com/ErikDubbelboer/phpRedisAdmin


1, You will need phpredis. See phpredis for install instructions.
2, You will need to edit config.inc.php with your redis information. You might also want to uncomment and change the login information in config.inc.php.

shang2010 发表于 2012-06-26 14:01

phpredis
Installing/Configuring
phpize
./configure
make && make install

make install copies redis.so to an appropriate location, but you still need to enable the module in the PHP config file. To do so, either edit your php.ini or add a redis.ini file in /etc/php5/conf.d with the following contents: extension=redis.so.

You can generate a debian package for PHP5, accessible from Apache 2 by running ./mkdeb-apache2.sh or with dpkg-buildpackage or svn-buildpackage.

This extension exports a single class, Redis (and RedisException used in case of errors). Check out https://github.com/ukko/phpredis-phpdoc for a PHP stub that you can use in your IDE for code completion.

页: 1 [2] 3
查看完整版本: phpRedisAdmin管理不了Redis是什么原因?