1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add screenshot of filtering coolness

This commit is contained in:
Mike Perham 2013-11-25 21:36:48 -08:00
parent 498cfa7b84
commit c1d4b9f704

View file

@ -17,6 +17,7 @@ functionality will be unavailable.
only see the jobs relevant to your needs. Queues cannot be filtered;
Redis does not provide the same SCAN operation on the LIST type.
**Redis 2.8**
![Filtering](https://f.cloud.github.com/assets/2911/1619465/f47529f2-5657-11e3-8cd1-33899eb72aad.png)
- SCAN support in the Sidekiq::SortedSet API. Here's an example that
finds all jobs which contain the substring "Warehouse::OrderShip"
and deletes all matching retries. If the set is large, this API