diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-12-31 22:48:01 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-12-31 22:48:01 -0800 |
| commit | 3b86ca13c078a1b4a15d6bf5fa0b2645dc598278 (patch) | |
| tree | 23271aa77721d599f1746e5951440481cea2318d /_posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md | |
| parent | Fix links for git repositories. (diff) | |
| download | lumberjaph-3b86ca13c078a1b4a15d6bf5fa0b2645dc598278.tar.gz | |
Stop linking some repos to GitHub.
Diffstat (limited to '_posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md')
| -rw-r--r-- | _posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md b/_posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md index cdb92c7..9e057b9 100644 --- a/_posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md +++ b/_posts/2010-04-14-presque-a-redis-tatsumaki-based-message-queue.md @@ -53,7 +53,7 @@ When a job is fetched, it's removed from the queue. ## A basic worker -I've also uploaded [presque::worker](http://github.com/franckcuny/presque-worker/tree/) to GitHub. It's based on [AnyEvent::HTTP](http://search.cpan.org/perldoc?AnyEvent::HTTP) and [Moose](http://search.cpan.org/perldoc?Moose). Let's write a basic worker using this class: +I've also pushed [presque::worker](http://git.lumberjaph.net/p5-presque-worker.git/). It's based on [AnyEvent::HTTP](http://search.cpan.org/perldoc?AnyEvent::HTTP) and [Moose](http://search.cpan.org/perldoc?Moose). Let's write a basic worker using this class: {% highlight perl %} use strict; |
