The talk will be on Distributed Locks using Redis - Redsync algorithm. The talk will focus on one of the challenges in distributed systems - implementing distributed mutual exclusion. It shall examine when mutual exclusion is required, why this is a challenge in such systems, and a possible solution using Redis - Redsync algorithm. This algorithm is implemented using Go. The talk will then cover details of the algorithm and how to fine tune the parameters for various scenarios. It shall also walk through some important pieces in the implementation and provide examples of how to use the package.
NOTE : This is a Women Only event