Merge pull request #169 from kaozdl/fix/redis_password_quote

FIX: make password quote optional in the funciton signature
This commit is contained in:
Kalil de Lima 2020-10-27 16:53:42 -03:00 committed by GitHub
commit cbe59ddb7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ def get_redis_connection():
)
def parse_redis_url(url, password_quote):
def parse_redis_url(url, password_quote=None):
"""Parses a redis URL."""
# create config with some sane defaults