An open API service indexing awesome lists of open source software.

https://github.com/kuangcp/mythredisclient

:racing_car:使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快
https://github.com/kuangcp/mythredisclient

client java javafx jdk8 redis redis-client redis-gui

Last synced: 12 days ago
JSON representation

:racing_car:使用JavaFx做的Redis客户端,资源消耗略大 200-300m,想复用核心代码做成web端,然后浏览器操作,开发起来和跑起来也快

Awesome Lists containing this project

README

        

## MythRedisClient
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a96af06e0b984502bcff2c64f9fc9bbb)](https://www.codacy.com/app/Kuangcp/MythRedisClient?utm_source=github.com&utm_medium=referral&utm_content=Kuangcp/MythRedisClient&utm_campaign=Badge_Grade)
[![codebeat badge](https://codebeat.co/badges/894d2da8-5926-4c74-9e25-664a424beff7)](https://codebeat.co/projects/github-com-kuangcp-mythredisclient-master)
[![Java Version](https://img.shields.io/badge/Java-JRE%208-red.svg)](https://www.java.com/download/)
[![Versuib](https://img.shields.io/github/tag/Kuangcp/MythRedisClient.svg)](https://github.com/Kuangcp/MythRedisClient/releases)

### Introduction
- 使用JavaFx技术做的redis客户端,具有常见的CRUD操作
- 后续功能完善ing

*****

[API Doc](https://kuangcp.github.io/Docs/MythRedisClient/javadoc/index.html) | [How to Install](https://github.com/Kuangcp/MythRedisClient/wiki)

### Members:

- [@dragonhht](https://github.com/dragonhht)
- [@Kuangcp](https://github.com/kuangcp)

******

`主界面`
![main](https://raw.githubusercontent.com/Kuangcp/ImageRepos/master/Image/MythRedis/main.png)

`新建连接界面`
![add](https://raw.githubusercontent.com/Kuangcp/ImageRepos/master/Image/MythRedis/add.png)