summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* -added zrevrangebylexChristian Bodt2015-10-201-0/+11
* Fix tests under Redis 3.x; we can be of an "embedded string" format now.Chris Lamb2015-08-181-1/+1
* support multiple keys for pfcount callChris Wilkes2015-05-221-0/+4
* fix: Connection.encode complains when value is an object having unicode chara...Eric Du2015-05-041-0/+7
* Handle percent-encoded URLs in parsing codePaul Keene2015-02-091-0/+45
* pep8 fixHendrik Muhs2014-12-041-0/+1
* fix pep8Hendrik Muhs2014-12-041-4/+5
* UnicodeDecodeErrorfix unicode encode error when using pipeline in combination...Hendrik Muhs2014-12-041-0/+31
* fix testsNickolai Novik2014-06-211-4/+4
* bitpos command implementationNickolai Novik2014-06-211-0/+22
* lock tests: change lock.token to lock.local.tokenwil paredes2014-06-051-3/+3
* add a lock implementation using Lua scripts.Andy McCurdy2014-06-011-25/+85
* updated Lock class:Andy McCurdy2014-06-011-39/+85
* move Lock class to it's own moduleAndy McCurdy2014-05-311-1/+1
* consistent naming, #446Andy McCurdy2014-05-141-3/+5
* allow cert_reqs to be a string and convert it to the appropriate SSL constant.Andy McCurdy2014-05-131-0/+26
* more love for testing on servers w/ other connected clientsAndy McCurdy2014-05-121-15/+18
* be better about testing on servers where there may be other connected clientsAndy McCurdy2014-05-121-2/+4
* string literals no longer get encoded before being send to RedisAndy McCurdy2014-05-121-0/+9
* Cleaned up URL parsing code, now returns ConnectionPool instances.Andy McCurdy2014-05-111-187/+191
* Merge branch 'pr/436'Andy McCurdy2014-05-111-0/+145
|\
| * pep8 fixeswil paredes2014-02-091-12/+12
| * add from_url() classmethod to ConnectionPool and BlockingConnectionPool, add ...wil paredes2014-02-091-0/+145
* | fix expireat tests to factor in rounding time upAndy McCurdy2014-05-101-4/+4
* | *SCAN cursor values are now longs (ints on Python3) rather than strings.Andy McCurdy2014-05-101-4/+4
* | unnecessary testAndy McCurdy2014-05-061-4/+0
* | Merge branch 'pr/464'Andy McCurdy2014-05-061-0/+5
|\ \
| * | Fix getset docstringChoongmin Lee2014-04-241-0/+5
* | | SentinelManagedConnections to master servers disconnect on READONLY errors.Andy McCurdy2014-05-061-0/+6
* | | use the redis server time in [p]expireat tests for more accuracyAndy McCurdy2014-05-051-6/+12
|/ /
* | added lexicographical sorted set commandsAndy McCurdy2014-04-231-0/+26
* | better error handling with hiredis. fully fixes #456Andy McCurdy2014-04-211-15/+14
* | mostly fixes #456. there's still an issue w/ hiredis and multi-bulk repliesAndy McCurdy2014-04-101-0/+31
* | fix scripting tests on python3Andy McCurdy2014-04-101-2/+3
* | Make sure we know the SHA of scripts before pipeline execution. Fixes #459Andy McCurdy2014-04-091-0/+81
* | use a slowlog fixture to make sure the redis server has slowlog enabledAndy McCurdy2014-04-091-7/+18
* | lame, typoAndy McCurdy2014-04-081-1/+1
* | purposely fail on travis-ci to see the outputAndy McCurdy2014-04-081-0/+4
* | Fix #438, OBJECT commands on invalid keys return None now.Andy McCurdy2014-04-081-0/+1
* | added SLOWLOG support. finally can partially close #170 :)Andy McCurdy2014-04-081-0/+32
* | Merge branch 'pr/441'Andy McCurdy2014-04-071-4/+38
|\ \
| * | fix python3Andy McCurdy2014-04-071-4/+4
| * | Add scan_iter/sscan_iter/hscan_iter and zscan_itermathieu longtin2014-03-051-0/+34
| |/
* | pep8 compliancePepijn de Vos2014-04-061-1/+1
* | Test HyperLogLogPepijn de Vos2014-04-061-0/+27
* | pep8Andy McCurdy2014-04-041-8/+8
* | automatic message decoding if decode_responses=True. bugfixes, tests.Andy McCurdy2014-04-011-32/+222
* | DEBUG LOADING was released in 2.8.8, so skip test with earlier versionsAndy McCurdy2014-03-311-2/+1
* | make sure we know the order of expected subscribe/unsubscribe messagesAndy McCurdy2014-03-294-17/+24
* | fixes PubSub.subscribe once and for all.Andy McCurdy2014-03-282-51/+122