phpMyAdmin相当于Redis的MySQL?

cai*_*ang 13 php redis

我用Predis来操作Redis.如果我有像PhpMyAdmin这样的工具会很有帮助,这在开发支持MySQL的应用程序时非常有用.

什么是相同于MySQL的phpMyAdmin?

更新:最后,我找到了phpRedisAdmin.如果您想要直观地查看整个数据集,这非常方便.它的github链接:https://github.com/ErikDubbelboer/phpRedisAdmin

mal*_*tjo 9

我正在使用redis-cli,但我确定你想要更多东西.

你可以尝试:

  1. https://github.com/tnm/redweb
  2. http://code.google.com/p/redis-admin/

  • 欢迎您,随时接受这个答案.既然你是新手,你应该阅读常见问题解答:http://stackoverflow.com/faq (2认同)