Skip to content

Commit

Permalink
[radmap] "light mode" + lower priority for dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp authored Sep 16, 2024
1 parent 299a061 commit f4bb2a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2082,8 +2082,9 @@ Detalized event semantics and payload structure:
```ruby
rql.lock_series('lock_a', 'lock_b', 'lock_c') { puts 'locked' }
```
- support for `Dragonfly` database backend (https://github.com/dragonflydb/dragonfly) (https://www.dragonflydb.io/);
- `light mode`: an ability to work without any debug and instrumentation logic and data (totally reduced debugging and instrumenting possibilities, but better performance);
- **Minor**:
- support for `Dragonfly` database backend (https://github.com/dragonflydb/dragonfly) (https://www.dragonflydb.io/);
- Semantic error objects for unexpected Redis errors;
- **Experimental feature**: (non-`timed` locks): per-ruby-block-holding-the-lock sidecar `Ractor` and `in progress queue` in RedisDB that will extend
the acquired lock for long-running blocks of code (that invoked "under" the lock
Expand Down

0 comments on commit f4bb2a9

Please sign in to comment.