Skip to content

makmonty/RedisAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Clone the project into a webfolder
2. git submodule init
3. git submodule update
3. Access it (http://redisadmin)

It expects you are running Redis locally on the standard port 6379 with no password

Feature requests:
-------------------------

* Show friendly message when redis server is not running
* Delete member from a hash/set
* Add new string, hash, list, set


Done:
-------------------------
* Delete keys
* Flushdb
* Switch database (thx #royfox)
* Show friendly message when trying to open a key that does not exist anymore.
* Set max numbers of keys returned when searching

About

Simple UI for Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.1%
  • JavaScript 35.9%