All Projects → caoxinyu → Redisclient

caoxinyu / Redisclient

Java Redis Client GUI Tool

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Redisclient

Medis
💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.
Stars: ✭ 10,569 (+368.9%)
Mutual labels:  redis, gui
Redis Tui
A Redis Text-based UI client in CLI
Stars: ✭ 757 (-66.42%)
Mutual labels:  redis, gui
Redis Ui
📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app
Stars: ✭ 334 (-85.18%)
Mutual labels:  redis, gui
Radish
Desktop client for Redis (Windows, MacOS, Linux)
Stars: ✭ 117 (-94.81%)
Mutual labels:  redis, gui
Messagebus
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
Stars: ✭ 178 (-92.1%)
Mutual labels:  redis
Adonis Bull
The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
Stars: ✭ 177 (-92.15%)
Mutual labels:  redis
Ansible Role Redis
Ansible Role - Redis
Stars: ✭ 176 (-92.19%)
Mutual labels:  redis
Lifeboat
Docker Compose UI: Lifeboat is an easy way to launch projects with a graphical interface
Stars: ✭ 176 (-92.19%)
Mutual labels:  gui
Robot Gui
A three.js based 3D robot interface.
Stars: ✭ 181 (-91.97%)
Mutual labels:  gui
Webgui
An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
Stars: ✭ 180 (-92.01%)
Mutual labels:  gui
Awtk
AWTK = Toolkit AnyWhere(为嵌入式、手机和PC打造的通用GUI系统)
Stars: ✭ 2,328 (+3.28%)
Mutual labels:  gui
Dailyfresh B2c
dailyfresh mall based on B2C model
Stars: ✭ 177 (-92.15%)
Mutual labels:  redis
Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (-92.06%)
Mutual labels:  gui
You Dont Need Gui
Stop relying on GUI; CLI **ROCKS**
Stars: ✭ 4,766 (+111.45%)
Mutual labels:  gui
Ninja Mutex
Mutex implementation for PHP
Stars: ✭ 180 (-92.01%)
Mutual labels:  redis
Redis Cli
A pure go implementation of redis-cli.
Stars: ✭ 175 (-92.24%)
Mutual labels:  redis
Flask Rq2
A Flask extension for RQ.
Stars: ✭ 176 (-92.19%)
Mutual labels:  redis
Seconds Kill
基于 Springboot + Redis + Kafka 的秒杀系统,乐观锁 + 缓存 + 限流 + 异步,TPS 从 500 优化到 3000
Stars: ✭ 180 (-92.01%)
Mutual labels:  redis
Fastdep
Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...
Stars: ✭ 178 (-92.1%)
Mutual labels:  redis
Perk
A well documented set of tools for building node web applications.
Stars: ✭ 177 (-92.15%)
Mutual labels:  redis

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, 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
    • Support run redis command in console
    • Support run publish/subscribe
    • Watch redis data for different format(plain text, json, xml, base64 image)

Install & run for Windows

(For Linux, please switch branch. For Mac, please switch branch)

If you don't want to install JDK

  1. Please download redisclient-win32.x86.2.0.exe
  2. Double click redisclient-win32.x86.2.0.exe to install it to directory you choosed
  3. Run it by double click redisclient-win32.x86.2.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.2.0.jar
  2. Run the redisclient-win32.x86_64.2.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.2.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.2.0.jar
  2. Run the redisclient-win32.x86.2.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.2.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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].