summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Testing the boolean nature of Pipeline instance should always return True.Andy McCurdy2019-12-291-3/+5
* Added support for ACL commandsAndy McCurdy2019-12-282-1/+257
* Compare numbers using '==' instead of 'is' (#1245)Jon Dufresne2019-11-121-5/+5
* Add equality test on Redis client and conn pool (#1240)Rajiv Bakulesh Shah2019-11-112-0/+68
* Allow Pipeline.execute() to execute on empty command stack if it is watching ...Brian Maissy2019-10-241-0/+13
* 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
* version 3.3.6, fixed a regression in 3.3.5 with pubsub timeouts3.3.6Andy McCurdy2019-08-061-0/+8
* Make pubsub tests more resilient on laggy connectionsAndy McCurdy2019-07-301-12/+40
* use a multi-connection client for multiprocess testsAndy McCurdy2019-07-291-0/+12
* PING/PONG health checksAndy McCurdy2019-07-282-2/+180
* Ability to create a client that uses a single connectionAndy McCurdy2019-07-233-46/+74
* Handle removed claimed messages without an exceptionThomas Daskalakis2019-07-171-0/+25
* Use nonblocking sockets instead of selectors for healthy connectionsAndy McCurdy2019-07-093-124/+15
* Add READONLY and READWRITE commandsTheo Despoudis2019-07-091-0/+13
* Add redis_url cmdline argument for tests (#1170)Grygorii Iermolenko2019-06-061-31/+46
* All authentication-related errors now raise AuthenticationErrorAndy McCurdy2019-06-031-0/+14
* Pass encoding_errors setting to hiredis (>=1.0.0) (#1162)Brian Candler2019-05-291-0/+14
* case insensitive response callbacks.Andy McCurdy2019-05-281-0/+3
* remove Token class in favor of bytestringremove_tokenAndy McCurdy2019-05-281-1/+1
* 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
* test all selectors via pytest parameterizationhealty_connectionsAndy McCurdy2019-02-112-48/+122
* attempt to provide only healthy connections from the poolAndy McCurdy2019-02-041-5/+66
* Improve how connection pools operate in forked/child proceeses.Andy McCurdy2019-01-311-21/+45
* Merge branch 'pr/1108' into pythonparserAndy McCurdy2019-01-281-0/+130
|\
| * update test to expect errorsAlexey Popravka2019-01-031-5/+8
| * Add failing tests to show difference between protocol parsers on_disconnectAlexey Popravka2019-01-031-0/+127
* | Merge pull request #972 from lamby/dont-assume-64-bit-server-in-testsAndy McCurdy2019-01-272-8/+20
|\ \
| * | Skip 64-bit specific tests. (Closes: #899)Chris Lamb2018-11-162-8/+20
* | | Connection URLs must have a valid scheme.Andy McCurdy2019-01-271-0/+4
* | | the fix to TimeoutErrors had a side affect on test teardownsAndy McCurdy2019-01-271-1/+6
* | | Added a test for #1126Andy McCurdy2019-01-271-2/+2
* | | Fixes #1116Andy McCurdy2019-01-271-1/+1
* | | Merge branch 'master' into xreadgroup_handle_nil_fieldsAndy McCurdy2019-01-271-0/+9
|\ \ \
| * | | Added noack option for XREADGROUPJohn T. Myers2019-01-101-0/+10
| | |/ | |/|
* | | Fix #1116 - trimmed stream causes exception on xreadgroup with id 0Xabier Eizmendi2019-01-101-0/+16
|/ /
* | Lock objects now support specifying token values and ownership checkingAndy McCurdy2019-01-021-0/+40
* | Add `.reacquire()` method to LockIhor Kalnytskyi2018-12-281-0/+28
* | Encode Stream message names within XREAD and XREADGROUP responses correctlyAndy McCurdy2018-12-271-5/+5
* | redis >= 5.0.1 changed behavior of XREADGROUP stream IDAndy McCurdy2018-12-271-38/+25
* | ZADD correctly returns None in certain edge cases when incr=TrueAndy McCurdy2018-12-271-0/+6
* | Merge pull request #1098 from theodesp/client-kill-filterAndy McCurdy2018-12-172-0/+61
|\ \
| * | Added test case for filterTheo Despoudis2018-12-081-0/+21
| * | Code review fixesTheo Despoudis2018-12-062-29/+23
| * | Add client kill with filterTheo Despoudis2018-12-042-0/+46
* | | Fix code styleMarcin Raczyński2018-12-171-2/+4
* | | Fix #764 - sub-unsub-resub caused PubSub() to forget the channelMarcin Raczyński2018-12-171-0/+40
|/ /