redis-lock icon indicating copy to clipboard operation
redis-lock copied to clipboard

Use synchronized safe lock from redis library.

Open jimpo opened this issue 8 years ago • 0 comments

There is a thread safety issue with using the watch command in the redis-rb library without a block as documented here. The block option was only added in redis 3.0, so this change is incompatible with previous versions.

If you are not comfortable with breaking compatibility with redis-rb 2.x, what do you recommend?

jimpo avatar Sep 30 '16 21:09 jimpo