Show HN: Redis-Store: A small wrapper to use Redis as a relational(ish) database

https://github.com/desmat/redis-store
by desmat • 2 years ago
4 0 2 years ago

I built a small but opinionated wrapper to facilitate using Redis as a main database for my apps. Nothing too fancy: store your entities in JSON keys and it does the book-keeping to maintain lists and relationships. It's been working great for me and so I figured I'd share with the community. Works out of the box in a Next/Typescript project with Redis on Vercel/Upstash or any instance via REST API.

Why/how writeup: https://medium.com/@desmat.ca/redis-as-a-relational-ish-data...

Related Stories

Loading related stories...

Source preview

github.com