summaryrefslogtreecommitdiff
path: root/tests/test_monitor.py
Commit message (Expand)AuthorAgeFilesLines
* Remove support for end-of-life Python 2.7 (#1318)Jon Dufresne2020-08-061-5/+3
* Do not un-escape \ characters when parsing MONITOR outputAndy McCurdy2020-06-081-0/+7
* Clear pipeline watch state after execNick Gaya2020-03-101-21/+2
* Drop unused variables and imports (#1284)Jon Dufresne2020-02-121-2/+1
* Support old EPEL-7 Redis. (#1227)tuxmaster50002019-10-181-0/+7
* version 3.3.8, fix MONITOR output to account for all types of clients3.3.8huangwei-ds52019-08-191-0/+11
* fix py2 compatmonitorAndy McCurdy2019-05-261-2/+3
* add tests for encoding issues and fix bugs foundAndy McCurdy2019-05-261-5/+12
* monitor command now has full command text. test suite improvedAndy McCurdy2019-05-261-4/+33
* Added support for the monitor command.Doug Kisabaka2019-02-251-0/+10