MCPcopy Create free account
hub / github.com/antirez/disque / qpeekCommand

Function qpeekCommand

src/queue.c:914–948  ·  view source on GitHub ↗

QPEEK * * Return an array of at most "count" jobs available inside the queue "queue" * without removing the jobs from the queue. This is basically an introspection * and debugging command. * * Normally jobs are returned from the oldest to the newest (according to the * job creation time field), however if "count" is negative , jobs are * returend from newset to oldest inste

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

lookupQueueFunction · 0.85
addReplyFunction · 0.85
addReplyJobFunction · 0.85

Tested by

no test coverage detected