Closed Nazi-pikachu closed 1 year ago
Hey @yuvrajsab This is a draft PR with a minimal implementation of link-expiry using redis. I am thinking of making RMQ durable Rather than non-durable since we can't afford data loss if we want to sync both the db using it.
@Nazi-pikachu yes please make it durable.
This is final PR It includes the following changes
Description
This draft pull request introduces the link expiry feature, allowing links to automatically expire after a specified period. The implementation includes adding a layer of redis on the top of postgres and Setting up TTL in redis
Related Issue
https://github.com/Samagra-Development/yaus/issues/22 https://github.com/Samagra-Development/yaus/issues/52