python - Can pyspider switch to other db when linking to redis? The default is db0
The configuration file says this: "message_queue": "redis://127.0.0.1:6379/db". The default link is db0. I want to switch to db9. What should I do? I will change it directly to db9 later. The default is still db0. . .