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

Latest commit

 

History

History
72 lines (49 loc) · 1.65 KB

README.md

File metadata and controls

72 lines (49 loc) · 1.65 KB

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.