* `RedisBridge` replaces the `dummy_redis_server` keyword argument with `use_mock_redis_server`
* Better error handling when connecting to Redis server, with fallbacks in the following order:
1. Try to connect to specified host
2. Automatically spin up local Redis server (if needed) and try to connect to localhost
3. Connect to a mock Redis server