I review source code of backends related to connect redis backend
I can't connect to specific db in redis and this ignore in codebase of parse URI definition
in broadcaster/_backends/redis.py initialize RedisBackend by port and host , in this section must be define database number
I review source code of backends related to connect redis backend I can't connect to specific db in redis and this ignore in codebase of parse URI definition
in broadcaster/_backends/redis.py initialize RedisBackend by port and host , in this section must be define database number
redis://HOST[:PORT][?db=DATABASE[&password=PASSWORD]]
db is missing on URI define