Skip to content

Joel-Raju/redis-gui

Repository files navigation

Redis GUI

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. 🚧

Motivation

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.

Running locally

Prerequisites

  • Node 12.12 or higher
  • Rust 1.41.1 or higher

Running dev version

git clone https://github.com/Joel-Raju/redis-gui.git
yarn install
yarn neon-build # building the native modules (Rust)
yarn dev

Packaging

yarn package # packages for the local platform

For more info see docs.

Screenshots

screnshot 1

screnshot 2

Contributions

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.

Discussion

Gitter

Acknowledgements

License

MIT License