phpMyAdmin 相当于 MySQL for Redis?
我使用Predis来操作Redis。如果我有一个像 PhpMyAdmin 这样的工具,那将会很有帮助,这在开发基于 MySQL 的应用程序时非常有用。
相当于 MySQL for Redis 的 phpMyAdmin 是什么?
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.
What is the phpMyAdmin equivalent to MySQL for Redis?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我正在使用 redis-cli,但我确信您还想要更多东西。
您可以尝试:
I'm using redis-cli, but i'm sure you want something more.
You could try :
来自 Redis 网站
Redis 有三个 Web 界面:
redom
phpRedisAdmin
phpredmin
from Redis web site
there three web Interface for Redis:
redom
phpRedisAdmin
phpredmin
我最近用 php 为 redis 编写了一个新的 Web 面板。您可以在 redis.io/clients 以及它的 github 页面上找到它:https://github.com/sasanrose/phpredmin
I recently wrote a new web panel for redis in php. You can find it under redis.io/clients and also on it's github page: https://github.com/sasanrose/phpredmin