about summary refs log tree commit diff
path: root/lib/presque/Role (unfollow)
Commit message (Expand)AuthorFilesLines
2010-07-07doc; fix bug while deleting a workerfranck cuny2-2/+6
2010-07-07can return all jobs from a queuefranck cuny1-2/+27
2010-07-07delete jobfranck cuny2-0/+3
2010-07-07use local redis by defaultfranck cuny1-1/+11
2010-07-05update tests for worker_id; update REAMDEfranck cuny2-11/+14
2010-07-05reflect change about worker id; update PODfranck cuny4-29/+38
2010-07-05worker's id is in the headersfranck cuny1-15/+11
2010-07-05refactor testsfranck cuny1-62/+192
2010-07-04fixed too strict inequality test in BatchHandler to send the correctNils Grunwald1-1/+1
2010-07-01update READMEfranck cuny2-76/+83
2010-07-01update on statsfranck cuny2-60/+39
2010-07-01from a methodfranck cuny1-1/+1
2010-07-01don't store anymore the next_runfranck cuny1-10/+1
2010-07-01use hashes to store statsfranck cuny1-33/+64
2010-06-30processed and failed are stored in a hashfranck cuny1-9/+16
2010-06-30remove the next_run_afterfranck cuny1-7/+1
2010-06-30some new queue namesfranck cuny1-23/+24
2010-06-29remove delete and processedfranck cuny1-1/+2
2010-06-29tests!franck cuny1-35/+84
2010-06-28removedfranck cuny2-41/+0
2010-06-28update PODfranck cuny2-3/+57
2010-06-28add docs dir.franck cuny2-0/+41
2010-06-28update PODfranck cuny4-14/+90
2010-06-28default batch size is 10; delete from jobs from uniqfranck cuny2-17/+61
2010-06-28update PODfranck cuny1-1/+1
2010-06-28