Closed drfeelngood closed 12 years ago
When modifying batch data, we need to implement key locking to prevent race conditions.
Im implementing a Redis SETNX locking strategy.
The mutex method solves this issue. Currently its on the "lists" branch. I'll probably release 1.0 with the updates this weekend.
When modifying batch data, we need to implement key locking to prevent race conditions.