Notes

Redis Tips. Redis can be used for locking purposes (in the application layer) to prevent race conditions by using the SETNX statement. I have used this a lot, especially when I worked in microservices architecture.

1 Like
0 Restacks
10:34 PM
May 13, 2023