phpMyAdmin equivalent to MySQL for Redis?(phpMyAdmin 相当于 MySQL for Redis 吗?)
问题描述
我使用 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 吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:phpMyAdmin 相当于 MySQL for Redis 吗?
基础教程推荐
- PHP 守护进程/worker 环境 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 使用 PDO 转义列名 2021-01-01
- HTTP 与 FTP 上传 2021-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01