| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
8年前发布

redis web客户端 redis-admin

redis-admin是基于java的redis web客户端,以方便广大程序员使用redis为宗旨,集五种数据结构增删改查于一身。

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

项目地址: https://github.com/mauersu/redis-admin

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1454038119683.html
Redis NoSQL数据库 redis-admin: redis web client tool