redis / redis-py

Redis Python client
MIT License
12.4k stars 2.48k forks source link

Fix parsing of INFO response #3264

Closed gerzse closed 4 weeks ago

gerzse commented 4 weeks ago

If the INFO response contains a single a=b value for any of the keys, that must also be parsed into a dictionary.

Fixes #3262

Pull Request check-list

Please make sure to review and check all of these items:

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Please provide a description of the change here.