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

https://github.com/japrozs/nib

A simple, fast and easy-to-use cache mechanism written in good ol' C
https://github.com/japrozs/nib

Last synced: 3 months ago
JSON representation

A simple, fast and easy-to-use cache mechanism written in good ol' C

Awesome Lists containing this project

README

        

# Nib

`Nib` 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 `Nib` through its `REPL` using commands. The commands are listed below:

- [x] - `implemented`

- [x] `SET`
- [ ] `GET`
- [ ] `UPDATE`
- [ ] `CLEAR`
- [ ] `HELP`
- [x] `EXIT`
- [ ] `INFO`
- [ ] `LIST`

## Roadmap

- [ ] - Complete 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.