# RedisDesktopManager **Repository Path**: skywalle/RedisDesktopManager ## Basic Information - **Project Name**: RedisDesktopManager - **Description**: RedisDesktopManager - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 0.5.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Redis Desktop Manager](http://redisdesktop.com "Redis Desktop Manager Offical Site") =================== [![Build Status](https://travis-ci.org/uglide/RedisDesktopManager.png?branch=master)](https://travis-ci.org/uglide/RedisDesktopManager) Open source cross-platform Redis Desktop Manager based on Qt 5 **Supported platforms** - Windows Xp, Vista, 7, 8 - Ubuntu 12 and 13 - Debian 7 ## Install & Run ## ### Windows ### 1. Download Windows Installer from [http://redisdesktop.com/download](http://redisdesktop.com/download) 2. Run downloaded installer ### Ubuntu & Debian ### #### Using console #### 1. Download Debian Package from [http://redisdesktop.com/download](http://redisdesktop.com/download) 2. Install package: `dpkg -i redis-desktop-manager_X.X.X_i386.deb` 3. Run RedisDesktopManager : `/usr/share/redis-desktop-manager/bin/rdm` After installation Redis Desktop Manager will be available in main menu. ### Other Linux & Mac OS ### You can build Redis Desktop Manager from source. 1. Install Qt 5.1.1 2. Run: `./configure && qmake redis-desktop-manager.pro && make`