←back to thread

1901 points l2silver | 1 comments | | HN request time: 0.21s | source

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. jacobkranz ◴[] No.35764654[source]
I wrote a Go library for postgres & redis that handles all caching automatically.

where all you do is input the queries your application needs and then it will automatically determine which columns are affected & do all caching / cache invalidation for you.

I have it to the point where due to Redis being able to push onto a list that only writes hit the database & it even will update the cache keys automatically so that after an insert or update the cache is still hot.