Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add transport prefix to list names queried by LLEN to get number of messages in the redis queue when app.conf.broker_transport_options = {'global_keyprefix': "test-prefix-" }. Without this, the list name queried for length does not exist, which return a length of 0.
- Loading branch information