We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the process running "redis-semaphore" dies after blpop (or lpop) and before hset then the the key is lost for good https://github.com/dv/redis-semaphore/blob/master/lib/redis/semaphore.rb#L65-L73
blpop
lpop
hset
redis-semaphore/lib/redis/semaphore.rb
Lines 65 to 73 in 8653045
I don't think you can use a multi command here https://redis.io/commands/blpop#codeblpopcode-inside-a-codemulticode--codeexeccode-transaction
multi
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the process running "redis-semaphore" dies after
blpop
(orlpop
) and beforehset
then the the key is lost for good https://github.com/dv/redis-semaphore/blob/master/lib/redis/semaphore.rb#L65-L73redis-semaphore/lib/redis/semaphore.rb
Lines 65 to 73 in 8653045
I don't think you can use a
multi
command here https://redis.io/commands/blpop#codeblpopcode-inside-a-codemulticode--codeexeccode-transactionThe text was updated successfully, but these errors were encountered: