問題描述
我使用 Predis 來操作 Redis.如果我有一個像 PhpMyAdmin 這樣的工具會很有幫助,這在開發支持 MySQL 的應用程序時非常有用.
I use Predis to operate Redis. It will be a lot helpful if i have a tool like PhpMyAdmin, Which is very useful when developing apps backed on MySQL.
phpMyAdmin 相當于 MySQL for Redis 是什么?
What is the phpMyAdmin equivalent to MySQL for Redis?
更新:最后,我找到了 phpRedisAdmin.如果您想直接查看整個數據集,這非常方便.它的 github 鏈接:https://github.com/ErikDubbelboer/phpRedisAdmin
Update: Finally, I find phpRedisAdmin. It is very convinient if you want a straight view of your whole data set. Its github link: https://github.com/ErikDubbelboer/phpRedisAdmin
推薦答案
我正在使用 redis-cli,但我確定您想要更多.
I'm using redis-cli, but i'm sure you want something more.
你可以試試:
- https://github.com/tnm/redweb
- http://code.google.com/p/redis-admin/
這篇關于phpMyAdmin 相當于 MySQL for Redis 嗎?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!