Skip to content

o/redis-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Info

Redis Info is an easy to configure, web-based realtime monitoring tool for Redis servers written in PHP. It provides nice front-end for access to statistics and server status.

Installing

Download and place all files to your webserver. It needs at least PHP 5.2 with JSON extension installed.

Configuration

You can add / edit your Redis servers using config.ini file. An example configuration file looks like this :

[Node 76]
host = node-76.redis-server
port = 6379
auth = password

[Master]
host = redis-server-master-ip
port = 6501
auth = foobared

About

Web-based interface for monitoring redis servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published