Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruvduroiu/redis-from-scratch
https://github.com/bruvduroiu/redis-from-scratch
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bruvduroiu/redis-from-scratch
- Owner: bruvduroiu
- Created: 2023-06-07T13:11:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T05:36:13.000Z (7 months ago)
- Last Synced: 2024-04-16T00:38:44.980Z (7 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis from Scratch - C/C++
> This repo follows the [Build Your Own Redis with C/C++](https://build-your-own.org/redis) web book.
The following is my own implementation of the exercises in the book, as I follow them to completion.
NOTE: This repo is for educational and serves as my personal archive.