slonik-redis-cache
v1.0.0
Published
declarative caching with Redis and PostgreSQL
Downloads
3
Readme
Slonik-redis-cache
Declarative caching for PostgreSQL with redis
Background
Gajus Kuizinas wrote a post on dev.to called "A declarative way to cache PostgreSQL queries using Node.js" that outlined a great pattern for caching with the Slonik PostgreSQL client library. This is an implementation of that pattern that caches not with a local cache but with Redis.