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
- Host: GitHub
- URL: https://github.com/japrozs/nib
- Owner: japrozs
- License: mit
- Created: 2022-01-24T08:12:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T08:20:25.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:04:21.329Z (5 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.