0.8.6 • Published 6 years ago

rediseph v0.8.6

Weekly downloads
4
License
GNU GPLv3
Repository
github
Last release
6 years ago

Rediseph (beta)

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

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

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

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

##TODO:

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