bnorton / howler

An asynchronous message queue that's always chewing on something.
MIT License
2 stars 1 forks source link

Configure the redis url aside from the default #16

Closed bnorton closed 12 years ago

bnorton commented 12 years ago

should work

Howler::Config[:redis_url] = 'redis://localhost:6379/1'
bnorton commented 12 years ago

The above will not work in the general case you will need to use the -r :redis_url command-line option for this feature.

Closed by: https://github.com/bnorton/howler/pull/17