errorception / redis-lock

Implements a locking primitive using redis. An implementation of the algorithm described at https://redis.io/commands/setnx
211 stars 48 forks source link

Delete lock objects that have not been used in a long time #9

Closed objectiveSee closed 7 years ago

objectiveSee commented 10 years ago

Just an idea....

daniloaburto commented 8 years ago

+1

SimoneTaliercio commented 8 years ago

+1

rakeshpai commented 7 years ago

Closing this as it's an old issue. If this is still relevant, feel free to reopen. Also, it would be great if you could point out which lock objects you're referring to. AFAICT, things should be automatically GC'd, and there shouldn't be any references held. Am I missing something?