-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update redis options parsing (#1704)
* Update redis.py The Redis connection string is a comma-separated string, where each additional parameter in addition to host and port is in the format `key=value`. This proposal fixing the parsing in cases where the parameter values contain the `=` symbol, for example `localhost:6379,password=my=password` Signed-off-by: DvirDukhan <[email protected]> * added test Signed-off-by: DvirDukhan <[email protected]> * format Signed-off-by: DvirDukhan <[email protected]>
- Loading branch information
1 parent
a609ace
commit 703c4be
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters