Skip to content

RedSword1987/RedisClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedisClient

This is a redis client GUI tool written based on Java SWT and Jedis. It's my objective to build the most convenient redis client GUI 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.

My image


Features

Windows Explorer style UI

Multiple Redis version adaptive

  1. Manage redis server
  2. Manage redis data favorite
  3. 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
    • Import, export redis data
    • Search redis data
    • Order redis data by key, data type, size
    • Navigation history

Install & run

If you don't want to install JDK

  1. Please download redisclient-win32.x86.1.0.exe
  2. Double click redisclient-win32.x86.1.0.exe to install it to directory you choosed
  3. Run it by double click redisclient-win32.x86.1.0.exe

If you have installed the JDK or JRE 5+

For 64 bit windows

  1. Download the runable jar file redisclient-win32.x86_64.1.0.jar
  2. Run the redisclient-win32.x86_64.1.0.jar
    • You can run it by double clicking it if your registry for jar file is configured correctly.
    • Or you can run it from command line, and input java -jar redisclient-win32.x86_64.1.0.jar. Please pay attention to run it as administrator in windows 8.

For 32 bit windows

  1. Download the runable jar file redisclient-win32.x86.1.0.jar
  2. Run the redisclient-win32.x86.1.0.jar
    • You can run it by double clicking it if your registry for jar file is configured correctly.
    • Or you can run it from command line, and input java -jar redisclient-win32.x86.1.0.jar.

Donate

If you find this software useful and would like to support it, you can do so simply by scanning my Alipay two-dimension code and donating whatever you like.

My code

About

Java Redis Client GUI Tool

Resources

Stars

Watchers

Forks

Packages

No packages published