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