Skip to content

Commit

Permalink
[readme] clear_dead_queues
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp authored Mar 30, 2024
1 parent 84d0980 commit 797ba9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Each lock request is put into the request queue (each lock is hosted by it's own
- [keys](#keys---get-list-of-taken-locks-and-queues)
- [locks_info](#locks_info---get-list-of-locks-with-their-info)
- [queues_info](#queues_info---get-list-of-queues-with-their-info)
- [clear_dead_queues](#clear_dead_queus---cleanup-queues-with-deadrequests)
- [clear_dead_queues](#clear_dead_queues---cleanup-queues-with-dead-requests)
- [Instrumentation](#instrumentation)
- [Instrumentation Events](#instrumentation-events)
- [Roadmap](#roadmap)
Expand Down Expand Up @@ -204,6 +204,7 @@ end
- [keys](#keys---get-list-of-taken-locks-and-queues)
- [locks_info](#locks_info---get-list-of-locks-with-their-info)
- [queues_info](#queues_info---get-list-of-queues-with-their-info)
- [clear_dead_queues](#clear_dead_queues---cleanup-queues-with-dead-requests)

---

Expand Down Expand Up @@ -630,12 +631,6 @@ rql.locks_info # or rql.locks_info(scan_size: 123)

---

#### #clear_dead_queues - cleanup queues with dead requests

- soon

---

#### #queues_info - get list of queues with their info

- uses redis `SCAN` under the hod;
Expand All @@ -661,6 +656,11 @@ rql.queues_info # or rql.qeuues_info(scan_size: 123)
{"acq_id"=>"rql:acq:38529/4460/4480/4360/66093702f24a3129", "score"=>1711606640.540808}]},
...}>
```
---

#### #clear_dead_queues - cleanup queues with dead requests

- soon

---

Expand Down

0 comments on commit 797ba9b

Please sign in to comment.