Databases 5 min read

Explore AnotherRedisDesktopManager: Free, Beautiful Redis GUI with Cluster Support

This guide introduces AnotherRedisDesktopManager, a free and visually appealing Redis GUI that supports cluster connections, walks through installation from GitHub, explains key features such as dark mode, command console, and versatile data operations for strings, lists, and hashes, and demonstrates practical cluster usage.

macrozheng
macrozheng
macrozheng
Explore AnotherRedisDesktopManager: Free, Beautiful Redis GUI with Cluster Support

RedisDesktopManager

Previously I used RedisDesktopManager, but its UI became outdated and the official site now requires payment.

AnotherRedisDesktopManager

Found on GitHub, this free client has a beautiful interface, over 8K stars, and supports Redis clusters.

Usage

Installation

Download the installer from

https://github.com/qishibo/AnotherRedisDesktopManager/releases

and double‑click to install.

After installation, click New Connection to connect to Redis; the Cluster option is available, unlike the old client.

Dark Mode

You can enable dark mode in the settings for a sleek appearance.

Command Line

Open the Redis console by clicking the Redis Console button.

Redis Data Operations

Use Add Key to store data; five data structures are supported.

Store a String key, which can be displayed as plain text, JSON, or deserialized format.

Store a List key, allowing table‑like manipulation of list items.

Store a Hash key, enabling spreadsheet‑style editing of hash fields.

Cluster Mode

Set up a Redis cluster (e.g., via Docker) and connect to any node on ports 6391~6396. Connect first to 6391.

After storing a key in the cluster, connect to another node 6392 and the key is visible.

Deleting the key removes it from all nodes, confirming proper cluster operation.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

GUIredisRedis ClusterDatabase ToolsAnotherRedisDesktopManager
macrozheng
Written by

macrozheng

Dedicated to Java tech sharing and dissecting top open-source projects. Topics include Spring Boot, Spring Cloud, Docker, Kubernetes and more. Author’s GitHub project “mall” has 50K+ stars.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.