Redis from Scratch using Nodejs [No External Dependencies]
Go to file
Jyotirmoy Bandyopadhayaya b6f82eb6a9
Fresh Release v0.1.2
2023-05-08 00:55:03 +05:30
.github Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
app Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
db Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
.eslintrc Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
.gitignore Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
.prettierrc Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
Dockerfile Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
LICENSE Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
README.md Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
codecrafters.yml Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
create-container.sh Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
package.json Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
spawn_redis_server.sh Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
test_local.sh Fresh Release v0.1.2 2023-05-08 00:55:03 +05:30
yarn.lock Fresh Release v0.1.2 2023-05-08 00:55:03 +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.