You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have delete! which takes a "queues" argument and deletes all the files behind all the queues (but does not otherwise touch the queue data).
PR #17 proposes adding delete-q! which deletes the slabs for a queue, but also clears the queue itself and resets all the housekeeping -- which delete! does not.
Open Q: why does delete! not clean up the queues themselves? Should it? If delete! with two arguments -- "queues" and a q-name -- behaved the same way, we could implement it and rewrite the single-argument delete! in terms of it.