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.

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
- Click the “Add Connection” option
- Enter connection details:
- Connection name
- Host address
- Port number
- Select the connection from the list
- 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
- Select a key from the left panel to view its value
- Edit values directly in the right panel
- Click “Save” to update the value on the Redis server
Commands Tab
Execute direct Redis commands:
- Type a valid Redis command in the command input field
- Press Enter to execute
- View the command results in the output area below
Example commands:
GET key_name
– Retrieve a key’s valueSET key_name value
– Set a key’s valueKEYS *
– List all keys
Check Redis Commands Cheat Sheet for more commands.
Info Tab
View detailed Redis server information:
- Click “Refresh Info” to retrieve the latest server information
- 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
Sorry, this application is not available on your current operating system.
Try downloading it from a desktop or laptop.
maxDEV
Version 1.0.4AMD64: 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 download options:
- If the above automatic platform detection does not work, you can visit this dedicated static page and download maxDEV for your platform.
- All release assets are available via the GitHub Release page for all supported platforms.
If you are facing any issues with downloading or installation, feel free to reach out to help@maxdev.biz.