Redis客户端GUI工具: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.

Features

Windows Explorer style UI

Multiple Redis version adaptive

  1. Manage redis server, support server password authentication
  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
    • Support time to live
    • Support paging query redis data
    • Support multiple selection to delete, cut, copy, export redis data
    • Support flat view and hierarchy view to list redis data
    • Support multiple language, now support English and Chinese

Install & run for Linux

  1. Download the runable jar file redisclient-linux.x86.1.5.jar
  2. Run the redisclient-linux.x86.1.5.jar, input java -jar redisclient-linux.x86.1.5.jar

猜你喜欢

转载自zsjg13.iteye.com/blog/2267563