Prisma Middleware for caching queries in Redis
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`prisma-redis-middleware` is a Prisma middleware that caches database queries in Redis, with an in-memory LRU cache as fallback. It's designed for developers using Prisma who want to improve performance by caching query results, with support for cache invalidation, custom cache keys, and selective caching of specific models and methods.