When should `delete!` be used?
denishaskin opened this issue · 0 comments
denishaskin commented
The documentation says For most situations just using the delete! command should suffice to remove all semaphore keys from the server after you're done using the semaphore.
When exactly would you use delete!
? After unlocking a semaphore? But delete!
looks like it just blindly deletes keys from Redis... what if you have a semaphore with multiple resources?