Skip to content

Commit

Permalink
[roadmap] minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Aug 19, 2024
1 parent 4f60006 commit ac813ed
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 @@ -2077,7 +2077,7 @@ Detalized event semantics and payload structure:
the global "timeout request" queue and managed by a single global "timeout wathcer" thread). it should prevent any logic and timeout intersections,
some GVL-related things and problem situations when the global watcher thread is "dead";
- lock request prioritization;
- **strict redlock algorithm support** (support for many `RedisClient` instances that are fully independent (distributed));
- **strict redlock algorithm support** (support for many `RedisClient` instances that are fully independent (distributed redis instances));
- `#lock_series` - acquire a series of locks:
```ruby
rql.lock_series('lock_a', 'lock_b', 'lock_c') { puts 'locked' }
Expand Down

0 comments on commit ac813ed

Please sign in to comment.