rq/examples
Vincent Driessen 48cee215af Rewrite of the connection setup.
I'd want to advice against using `use_connection()` more, as the
connection setup is less explicit, and also pollutes global memory.

Because, well:

    $ python -m this | head -n4 | tail -n1

;)
..
fib.py Update README (and example).
run_example.py Rewrite of the connection setup.
run_worker.py Rewrite of the connection setup.