Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

okanasl/rediseph

Repository files navigation

Rediseph (beta)

Rediseph is a real-time redis management tool. With tree-style key view, terminal, and more!!.

Still in beta. Do not use this tool if your data is sensitive!

What do I mean by real-time. It is very real-time...

Really real-time

Check out demo

Click and try it.

Installing

Rediseph can be downloaded from npm

Install global with npm

> npm i -g rediseph@latest

And just start it!

> rediseph

Or

Clone the source code.

git clone https://github.com/Doomachine/rediseph.git
cd rediseph
npm run build
npm run start

Built With

  • Angular 6 - Client Framework.
  • express - server.
  • ioredis - Awesome redis library for node.js.
  • Ngrx - Client state management.
  • Rxjs - Reactive Extensions for both server/client.
  • socket.io - Socket library for node.js.

Contributing

PR's are welcome except:

  • Removing empty lines
  • Fixing typos

Versioning

We use SemVer for versioning. For the versions available, see npm.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details

Support

Click that star button!

TODO

  • Cleaning/Commenting code
  • Tests
  • Implement more commands to support for real-time engine.
  • Implement Auth (JWT).
  • Add Docker support.
  • Add more todo.

About

Rediseph is a reactive / real-time redis management (GUI) tool. With tree-style key view, terminal and more built with Angular/Express.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published