A desktop GUI client (Mac, Windows & Linux) for Redis built using Electron, React & Rust.
🚧This project is under development and is not ready for prime time use. 🚧
There are some great free and open source Redis Desktop GUI clients like this. But most of them uses JavaScript for querying Redis server which is not performant for large collection. This project uses Rust for querying and interop with JavaScript to provide performance close to the native driver.
- Node 12.12 or higher
- Rust 1.41.1 or higher
git clone https://github.com/Joel-Raju/redis-gui.git
yarn install
yarn neon-build # building the native modules (Rust)
yarn dev
yarn package # packages for the local platform
For more info see docs.
Contributions are welcome. Please head over to the projects to see whats in the current roadmap. Feel free to open an issue for a missing feature or bug.