Redis from Scratch using Nodejs [No External Dependencies]
Go to file
Jyotirmoy Bandyopadhayaya 534f581843
feat: Added Github Actions to Build Image
2023-05-08 00:49:30 +05:30
.github feat: Added Github Actions to Build Image 2023-05-08 00:49:30 +05:30
app Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
db Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
.eslintrc Added BSON for buffer support 2023-03-19 00:46:43 +05:30
.gitignore Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
.prettierrc Added BSON for buffer support 2023-03-19 00:46:43 +05:30
Dockerfile Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
LICENSE Release v0.1.0 2023-03-18 19:38:36 +05:30
README.md Update Readme 2023-03-19 00:48:02 +05:30
codecrafters.yml Last PASS 2023-03-17 23:55:22 +05:30
create-container.sh Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
package.json Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
spawn_redis_server.sh Solved #4 & #6 : Docker + CLI 2023-05-08 00:38:41 +05:30
test_local.sh Set buffer as dump insted of JSON 2023-03-19 00:47:54 +05:30
yarn.lock Added BSON for buffer support 2023-03-19 00:46:43 +05:30

README.md

Welcome to stockpile 👋

Version Documentation Maintenance License: MIT Twitter: BRAVO68WEB

A Tiny Redis Server ...

Stockpile is a Tiny Redis Server, created from scratch in Node.js with only few dependencies. It is a work in progress, and is not yet ready for production use. It was initially a part of CodeCrafter's - Create Redis Challenge. But, I decided to make it a standalone project. I will be adding more features to it, and will be using it in my future projects. I will also be adding more tests to it. If you want to contribute, please feel free to do so.

🏠 Homepage

Usage

npx @bravo68web/stockpile

Development

git clone https://github.com/BRAVO68WEB/stockpile.git
cd stockpile

Run tests

node app/main.js &
./test_local.sh

Author

👤 Jyotirmoy Bandyopadhayaya

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a if this project helped you!

📝 License

Copyright © 2023 Jyotirmoy "BRAVO68WEB" Bandyopadhayaya.

This project is MIT licensed.