Redis-Manager
A cross-platform redis gui client started developing with Tauri, React and Typescript in Vite.
Get Started
Prerequisites
- Install Node.js. I recommend you to use Node 16+.
- Install Rust. You can find way in here
- Follow the Tauri setup guide
Dependency
yarn
or
npm install
Develop Interface
yarn dev
or
npm run dev
Develop Client
yarn tauri dev
or
npm run tauri dev
Build Client
yarn tauri build
or
npm run tauri build
Contributions
Issue and PR welcome!
Acknowledgement
Redis-Manager was based on or inspired by these projects and so on:
- tauri-apps/tauri: Build smaller, faster, and more secure desktop applications with a web frontend.
- arco-design: A comprehensive React UI components library based on the Arco Design system.
- Monaco Editor: A browser based code editor.
- vitejs/vite: Next generation frontend tooling. It's fast!
License
MIT License. See License here for details.