Browsing Tag
Redis
1 post
Do you need Redis? PostgreSQL does queuing, locking, and pub/sub
There’s a tried-and-true architecture that I’ve seen many times for supporting your web services and applications: PostgreSQL for data storage Redis for coordinating background job queues (and some limited atomic operations) Redis is fantastic, but what if I told you that its most common use cases for this stack could actually be achieved using only
November 3, 2024