Redis Client for macOS, Windows, and Linux

maxDEV Redis Client is a developer tool for managing, exploring, and interacting with Redis instances. The client provides a user-friendly interface for connecting to Redis servers, exploring keys and their values, executing commands, and retrieving server information.

maxDEV Redis Client Explorer
maxDEV Redis Client / Explorer View
Available since:v1.0.3
Last updated in:v1.0.4
Current state:Alpha phase
Supported platforms:macOS (Apple Silicon, Intel), Windows, Linux

Features

  • Multiple connection management
  • Tab-based navigation with Explorer, Commands, and Info views
  • Key-value pair viewing and editing
  • Direct command execution
  • Server information retrieval

Last updated in version 1.0.4.

Connection Management

Creating a Connection

  1. Click the “Add Connection” option
  2. Enter connection details:
    • Connection name
    • Host address
    • Port number
  3. Select the connection from the list
  4. Click “Connect” to establish the connection

Managing Connections

  • Multiple connections can be stored simultaneously
  • Switch between connections by selecting them from the connection list

Interface Navigation

The Redis Client offers three main tabs:

Explorer Tab

The Explorer tab provides a visual interface for browsing and manipulating Redis data:

  • Left panel: Displays all keys in the current Redis database
  • Right panel: Shows the value of the selected key
  • Refresh button: Updates the key list with the latest data from the server

Working with Keys

  1. Select a key from the left panel to view its value
  2. Edit values directly in the right panel
  3. Click “Save” to update the value on the Redis server

Commands Tab

Execute direct Redis commands:

  1. Type a valid Redis command in the command input field
  2. Press Enter to execute
  3. View the command results in the output area below

Example commands:

  • GET key_name – Retrieve a key’s value
  • SET key_name value – Set a key’s value
  • KEYS * – List all keys

Check Redis Commands Cheat Sheet for more commands.

Info Tab

View detailed Redis server information:

  1. Click “Refresh Info” to retrieve the latest server information
  2. Browse the comprehensive server statistics and configuration data

Planned Features

The following features are planned for future releases:

  • Auto-reload functionality for real-time key updates
  • Persistent connection storage between sessions
  • Test connection button for connection validation
  • Improved value display with selectable and scrollable text
  • Export options for server information (text/JSON)
  • Enhanced connection manager
  • Status notifications for operations

Technical Requirements

  • A running Redis server instance
  • Network access to the Redis server
  • Proper port configuration

Best Practices

  • Use the command interface for more advanced Redis operations
  • Check server information to monitor performance metrics

Related Materials

Download Redis Client for macOS, Windows, and Linux

maxDEV

Sorry, this application is not available on your current operating system.

Try downloading it from a desktop or laptop.

maxDEV

Version 1.0.4
Download a .deb for AMD64

   AMD64:    Download .tar.gz

Or install it from the command line:

CPU=$(dpkg –print-architecture) wget https://github.com/KenanBek/MaxDev/releases/latest/download/maxdev_1.0.4_${CPU}.deb sudo apt install ./maxdev_1.0.4_${CPU}.deb
Other platforms: Windows macOS
Other download options:

If you are facing any issues with downloading or installation, feel free to reach out to help@maxdev.biz.