# rocketredis **Repository Path**: mirrors/rocketredis ## Basic Information - **Project Name**: rocketredis - **Description**: 一个漂亮的图形化 Redis 管理工具 - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2023-08-17 ## Categories & Tags **Categories**: dbmanager **Tags**: None ## README

Rocket Redis

Rocket Redis is a Graphic User Interface for managing Redis databases with ease. 🚧 **Rocket Redis is under development** 🚧 ## Layout You can find the application UI design here: https://www.figma.com/file/YRor24p0TmTxcjl5L86jGb/Rocket-Redis?node-id=1%3A2 ![Rocket Redis](/.github/layout.png) ## Contributing This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request. ## Building You'll need [Node.js](https://nodejs.org) installed on your computer in order to build this app. ```bash git clone https://github.com/diego3g/rocketredis.git $ cd rocketredis $ yarn install $ yarn dev ``` Runs the app in the development mode.