diff options
author | Andy McCurdy <andy@andymccurdy.com> | 2020-06-08 12:58:25 -0700 |
---|---|---|
committer | Andy McCurdy <andy@andymccurdy.com> | 2020-06-08 12:58:25 -0700 |
commit | 7e466f7bee41d88e01d22e3a4c904e0e578630c9 (patch) | |
tree | c6036ee937f3672dc3dbfdb62397a51a377bdc8e /.github | |
parent | 2c9f41f46991f94f0626598600d1023d4e12f0bc (diff) | |
download | redis-py-7e466f7bee41d88e01d22e3a4c904e0e578630c9.tar.gz |
Do not un-escape \ characters when parsing MONITOR output
Prior to this, escaped slashes ("\\") were un-escaped. This caused the strings
"foo\x92" and "foo\\x92" to be represented the same way in the output.
Fixes #1349
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions