简体   繁体   中英

phpMyAdmin equivalent to MySQL for Redis?

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?

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

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/

from Redis web site there three web Interface for Redis:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM