https://github.com/japrozs/tera
https://github.com/japrozs/tera
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/japrozs/tera
- Owner: japrozs
- License: other
- Created: 2021-12-29T07:27:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-29T07:27:43.000Z (over 3 years ago)
- Last Synced: 2025-01-09T01:04:09.388Z (5 months ago)
- Language: C
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Tera
`Tera` is a key value storage system which i'm making in `C` which will be very similar to `redis`.
## Usage
```bash
# clone the repo
# cd into the repo
$ make
$ ./bin/tera
```