phpMyAdmin 相当于 MySQL for Redis 吗?

2021-12-28 00:00:00 redis php

我使用 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.

你可以试试:

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

相关文章