An open API service indexing awesome lists of open source software.

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

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.