Hello!
Sorry if this is obvious, but I couldn’t find an answer in the docs.
I am using the Cachex library. How does one go about locking a row? Is it done via transaction/4? Is there a more lightweight version where I can just lock a row, perform some operation, and then unlock it?
Thanks!






















