phpMyAdmin 相当于 MySQL for Redis?

发布于 2024-12-20 02:20:05 字数 127 浏览 0 评论 0原文

我使用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

咆哮 2024-12-27 02:20:05

我正在使用 redis-cli,但我确信您还想要更多东西。

您可以尝试:

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

I'm using redis-cli, but i'm sure you want something more.

You could try :

  1. https://github.com/tnm/redweb
  2. http://code.google.com/p/redis-admin/
甜嗑 2024-12-27 02:20:05

来自 Redis 网站
Redis 有三个 Web 界面:

from Redis web site
there three web Interface for Redis:

金兰素衣 2024-12-27 02:20:05

我最近用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文