Update redis.rst to fix pip bundle issue (#3643)
Hi!
When running this example, I had an issue:
```bash
❯ pip install -U celery[redis]
zsh: no matches found: celery[redis]
```
When looking at the [Bundles](http://docs.celeryproject.org/en/latest/getting-started/introduction.html#bundles) explanation, it seems we need to use `"` around the bundle for pip to correctly process it.
I thought I should fix that in your doc then! But maybe this is only happening for me?