https://github.com/japrozs/viper
A fast, safe and easy caching mechanism similar to Redis written in typescript
https://github.com/japrozs/viper
Last synced: 3 months ago
JSON representation
A fast, safe and easy caching mechanism similar to Redis written in typescript
- Host: GitHub
- URL: https://github.com/japrozs/viper
- Owner: japrozs
- Created: 2022-01-21T06:33:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T09:25:17.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:03:44.494Z (5 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Viper
`Viper` is a memory based caching mechanism which is aimed towards `ease of use` and speed. It's in a very early stage right now and not meant to use for production environments.
## Features
You can interact with Viper through its `REPL` using commands. The commands are listed below:
- [x] - `implemented`
- [x] `SET`
- [x] `GET`
- [x] `UPDATE`
- [ ] `CLEAR`
- [x] `HELP`
- [x] `EXIT`
- [ ] `AUTH`
- [x] `INFO`
- [x] `LIST`
- [ ] `GETUSER`
- [ ] `WHOAMI`## Roadmap
- [ ] - Finish all commands
- [ ] - Create a server to interact with the API
- [ ] - Setup an authentication system
- [ ] - More data types## Contributing
Please feel free to make a pull request to contribute to the project.