from Hacker News

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

by desmat on 11/11/24, 1:30 PM with 0 comments

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...