summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | rename new LockErrorNotOwned to LockNotOwnedErrorAndy McCurdy2018-12-031-3/+3
* | Extend lock error for not owned special caseJoshua Harlow2018-12-031-4/+4
* | Remove decoding from georadiusBo Bayles2018-11-211-11/+11
* | Don't destroy data in GEORADIUS commandsBo Bayles2018-11-201-4/+5
|/
* saner handling of decr/incr vs decrby/incrbyAndy McCurdy2018-11-141-0/+5
* Merge pull request #925 from itamarhaber/sort_issueAndy McCurdy2018-11-141-0/+5
|\
| * Fixes a KeyError in empty `options` dict at sort's returnItamar Haber2017-11-131-0/+5
* | Add test to make sure geodist with a missing member returns NoneAndy McCurdy2018-11-141-0/+6
* | add locked() method to lock objectAndy McCurdy2018-11-141-0/+8
* | EXISTS now accepts multiple keys. return the number of existing keysAndy McCurdy2018-11-141-2/+4
* | add nx, xx, ch and incr options to ZADDAndy McCurdy2018-11-141-0/+34
* | raise a LockError when the context manager fails to acquire a lockv3-breaking-changesAndy McCurdy2018-11-141-0/+6
* | only support LuaLock going forwardAndy McCurdy2018-11-141-53/+9
* | only accept bytes, strings, ints, longs and floats as user inputAndy McCurdy2018-11-141-7/+21
* | fix order of zincrby args to match redis serverAndy McCurdy2018-11-142-3/+3
* | remove legacy Redis classAndy McCurdy2018-11-136-172/+169
* | force mapping to be a single dict object on MSET, MSETNX and ZADDAndy McCurdy2018-11-131-16/+2
* | Merge pull request #1057 from RoeyPrat/roey-client_pauseAndy McCurdy2018-11-131-0/+15
|\ \
| * | Implements type argument in client_listRoey Prat2018-11-071-0/+8
| * | Implements CLIENT PAUSERoey Prat2018-11-071-0/+7
* | | Merge pull request #1019 from krishan-carbon/patch-1Andy McCurdy2018-11-131-1/+22
|\ \ \
| * | | .Krishan Patel2018-10-281-0/+9
| * | | fix indentKrishan Patel2018-08-131-2/+2
| * | | Added testKrishan Patel2018-08-131-1/+13
| | |/ | |/|