/redis2table

Simple table based viewer of Redis. You can monitor every redis keys like Key, List, Set, Sorted Set, Hash.

Primary LanguagePHP

redis2table

Table based viewer of Redis. You can monitor Redis's Key, List, Set, Sorted Set, Hash and info.

Demo site

redis2table

Screenshot

image

Install

Ubuntu / Debian

First, please install PHP, Apache, Redis, phpredis. For detail, Here is very usefull.

$ git clone git://github.com/kawa-/redis2table.git
$ cd -R redis2table/ /var/www/
or using built-in webserver… (PHP >= 5.4)
$ cd redis2table
$ php54 -S localhost:8080

After that, visit http://localhost:8080/index.php?host=localhost&port=6379 .

CentOS

similar to Ubuntu / Debian.

ToDo

  • auto reload by ajax
  • more documents
  • a cool design