Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrSaber committed Nov 27, 2024
1 parent 1d0917f commit eb064a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Breaking Changes in v2:
- `retryTimeMillis` -> `pollingInterval` -- and it is now only used for expired locks, other wise pub/sub is used with released locks
- `failAfterMillis` -> `failAfter`
- FIFO option has been removed: existing implementation was wrong, it failed on lock-holder crash or failing to acquire the lock, and I could not come up with an implementation that would retain the functionality using redis only -- I sincerely apologize to anyone who have used it.
- `timeout` and `pollingInterval` have defaults. Locks are now allowed to lock indefinitely (except with work around mentioned in "Lock Options" section above).
- `timeout` and `pollingInterval` have defaults. Locks are not allowed to lock indefinitely (except with work around mentioned in "Lock Options" section above).

## Contribution
You are welcome to [open a ticket](https://github.com/AmrSaber/simple-redis-mutex/issues) anytime, if you find a bug or have a feature request.
Expand Down

0 comments on commit eb064a6

Please sign in to comment.