Skip to content

Commit

Permalink
v1.8 released
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxinyu committed Aug 21, 2014
1 parent 7016518 commit 06dc0db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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](https://github.com/caoxinyu/RedisClient/raw/master/src/main/resources/screen.png)

![My image](https://github.com/caoxinyu/RedisClient/raw/master/src/main/resources/consoleUI.png)
--------

## Features
Expand All @@ -30,30 +30,31 @@ This is a redis client GUI tool written based on Java SWT and Jedis. It's my obj
* 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
* Support run redis command in console


## Install & run for Windows
(For Linux, please switch [branch](https://github.com/caoxinyu/RedisClient/tree/linux))
### If you don't want to install JDK

1. Please download [redisclient-win32.x86.1.5.exe](https://raw.githubusercontent.com/caoxinyu/RedisClient/master/release/redisclient-win32.x86.1.5.exe)
2. Double click redisclient-win32.x86.1.5.exe to install it to directory you choosed
3. Run it by double click redisclient-win32.x86.1.5.exe
1. Please download [redisclient-win32.x86.1.8.exe](https://raw.githubusercontent.com/caoxinyu/RedisClient/master/release/redisclient-win32.x86.1.8.exe)
2. Double click redisclient-win32.x86.1.8.exe to install it to directory you choosed
3. Run it by double click redisclient-win32.x86.1.8.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.5.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86_64.1.5.jar?raw=true)
2. Run the redisclient-win32.x86_64.1.5.jar
1. Download the runable jar file [redisclient-win32.x86_64.1.8.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86_64.1.8.jar?raw=true)
2. Run the redisclient-win32.x86_64.1.8.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.5.jar`. Please pay attention to run it as administrator in windows 8.
* Or you can run it from command line, and input `java -jar redisclient-win32.x86_64.1.8.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.5.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86.1.5.jar?raw=true)
2. Run the redisclient-win32.x86.1.5.jar
1. Download the runable jar file [redisclient-win32.x86.1.8.jar](https://github.com/caoxinyu/RedisClient/blob/master/release/redisclient-win32.x86.1.8.jar?raw=true)
2. Run the redisclient-win32.x86.1.8.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.5.jar`.
* Or you can run it from command line, and input `java -jar redisclient-win32.x86.1.8.jar`.

## Donate

Expand Down
Binary file added src/main/resources/consoleUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06dc0db

Please sign in to comment.