Coder Social home page Coder Social logo

ifa6 / redis-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mauersu/redis-admin

0.0 0.0 0.0 1.24 MB

redis client tool,redis web client,redis web ui,spring-boot support

License: Apache License 2.0

JavaScript 41.81% Java 52.03% CSS 6.17%

redis-admin's Introduction

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
    • Delete redis data
    • Update redis data
    • Search redis data by key
    • Support paging query redis data
    • Support multiple language, now support English

Screenshots

Showcase

Showcase

Quick Start

First Step: edit file:'redis.properties' :

Notice: redis.server.num must set

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

#must set a default redis
redis.host.1=127.0.0.1
redis.name.1=127.0.0.1
redis.port.1=6379
redis.password.1=root

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 your brower and visit: http://localhost:8080/redis-admin/redis

then, enter username and password what you set in file 'application.properties'

Releases Notes

Please Note: trunk is current development branch.

FAQ

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

redis-admin's People

Contributors

mauersu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.