Using Redis for implementing Mutex to prevent high load in the database
Let's consider a simple web application. A role-based ticket management system. Each user page has a widget that shows his work progress. The work progress value is changed based on the ticket status the user worked on. Without any cache system imple...
Jan 7, 20242 min read
