Mercurial > public > queues
annotate README.md @ 38:862e8846f7e5 tip
Fork; added UNIX socket support to redis backend.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 03 Jan 2015 18:12:54 -0600 |
parents | |
children |
rev | line source |
---|---|
bgneal@38 | 1 # queues # |
bgneal@38 | 2 |
bgneal@38 | 3 This is a friendly fork of the `queues` package found here: |
bgneal@38 | 4 |
bgneal@38 | 5 https://code.google.com/p/queues/ |
bgneal@38 | 6 |
bgneal@38 | 7 This fork adds the ability to use UNIX sockets in the `redis` backend. |
bgneal@38 | 8 |
bgneal@38 | 9 Mercurial fork repo location: https://bitbucket.org/bgneal/queues |