kiddouk / redisco

A Python Library for Simple Models and Containers Persisted in Redis
MIT License
438 stars 78 forks source link

Using transactions in Mutex. #8

Closed jeloou closed 12 years ago

jeloou commented 12 years ago

I think that this is much more clearly defined and visible to the eyes, Redis is good avoiding race conditions, using transactions looks more natural in this context.

travisbot commented 12 years ago

This pull request passes (merged f96b30fd into 486a1cbf).

kiddouk commented 12 years ago

Thanks. Will review that ASAP.