Skip to content

mingkongbin/redis-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-admin Build Status

GitHub release License

This is a redis client web tool written based on Java EE and Jedis. It's my objective to build the most convenient redis client web tool in the world. In the first place, it will facilitate in editing redis data, such as: add, update, delete, search, cut, copy, paste etc.

Features

Multiple Redis version adaptive

  1. Manage redis server, support server password authentication
  2. Manage redis data
    • New redis data: string, list, hash, set, sorted set
    • Rename redis data
    • Delete redis data
    • Update redis data
    • Cut, copy paste redis data
    • Search redis data by key
    • Order redis data by key
    • Support time to live
    • Support multiple language, now support English and Chinese

Screenshots

Showcase

Quick Start

first step:Edit file:'redis.properties' : first of all, set up redis.server.num, this is redis.properties example:

redis.server.num=1
redis.language=English

#must set a default redis
redis.host.1=10.100.142.9
redis.name.1=10.100.142.9
redis.port.1=6379
redis.password.1=SH89qwIO

redis.host.2=yours
redis.name.2=yours
redis.port.2=yours
redis.password.2=yours

second step:Edit file:'application.properties' :

####Security Manager
manager.username=admin
manager.password=admin

third step: deploy project

run maven command : mvn clean package you will found war in 'target/redis-admin.war' move war to ../tomcat/wabapps and start tomcat

last step: visit redis-admin

open brower and visit: http://IP:[port]/redis-admin/redis enter username:{manager.username} and password:{manager.password} have fun ^ ^

img-source-from-https://github.com/docker/dockercraft

About

redis web client tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 77.5%
  • JavaScript 20.8%
  • CSS 1.6%
  • HTML 0.1%