summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* more love for testing on servers w/ other connected clientsAndy McCurdy2014-05-121-15/+18
* cleaner 2.6 fallback code for querystring parsing on python 2.6Andy McCurdy2014-05-121-7/+11
* be better about testing on servers where there may be other connected clientsAndy McCurdy2014-05-121-2/+4
* add SSLConnection to packageAndy McCurdy2014-05-122-1/+6
* Merge branch 'pr/446'Andy McCurdy2014-05-122-1/+33
|\
| * fixing coding styleOran Agra2014-03-251-2/+2
| * fix line too long (coding style test)Oran Agra2014-03-231-1/+3
| * add SSL supportOran Agra2014-03-222-4/+42
* | changelogAndy McCurdy2014-05-121-0/+2
* | string literals no longer get encoded before being send to RedisAndy McCurdy2014-05-123-160/+193
* | changelogAndy McCurdy2014-05-111-0/+7
* | work around python2.6's broken urlparse implementationAndy McCurdy2014-05-111-1/+11
* | Cleaned up URL parsing code, now returns ConnectionPool instances.Andy McCurdy2014-05-114-266/+258
* | remove debuggingAndy McCurdy2014-05-111-1/+1
* | cleanup ConnectionPool and BlockingConnectionPool.Andy McCurdy2014-05-111-89/+32
* | Merge branch 'pr/436'Andy McCurdy2014-05-113-20/+257
|\ \
| * | restore a feature that was inadvertently removedwil paredes2014-02-091-1/+1
| * | pep8 fixeswil paredes2014-02-093-19/+20
| * | add from_url() classmethod to ConnectionPool and BlockingConnectionPool, add ...wil paredes2014-02-093-20/+256
* | | Merge pull request #475 from tzickel/masterAndy McCurdy2014-05-111-0/+1
|\ \ \
| * | | Add TCP_NODELAY to TCP sockets.tzickel2014-05-091-0/+1
* | | | 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-103-15/+19
* | | | Merge pull request #473 from kainswor/config_rewriteAndy McCurdy2014-05-101-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Implement the CONFIG REWRITE commandKeith Ainsworth2014-05-071-0/+4
|/ / /
* | | no more python2.5. It's too difficult to support at this point.Andy McCurdy2014-05-072-1/+1
* | | Force `port` to an int in case someone passes it as a string. Fixes #292Andy McCurdy2014-05-071-1/+1
* | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2014-05-061-1/+1
|\ \ \
| * \ \ Merge pull request #431 from marcelometal/masterAndy McCurdy2014-05-071-1/+1
| |\ \ \
| | * | | Fixed typo in client.pyMarcelo Jorge Vieira2014-01-291-1/+1
| | |/ /
* | | | Added support for SENTINEL MONITOR, SENTINEL REMOVE, and SENTINEL SET commands.Andy McCurdy2014-05-062-0/+15
* | | | more changelogAndy McCurdy2014-05-061-0/+5
|/ / /
* | | commentsAndy McCurdy2014-05-062-0/+4
* | | Merge branch 'pr/432'Andy McCurdy2014-05-061-2/+6
|\ \ \
| * | | When line is not splittable, add to a __raw__ keyPedro Larroy2014-01-301-2/+6
| |/ /
* | | fixed __repr__ for clients created from sentinel. fixes #439Andy McCurdy2014-05-061-0/+26
* | | changelogAndy McCurdy2014-05-061-0/+4
* | | unnecessary testAndy McCurdy2014-05-061-4/+0
* | | Merge branch 'pr/464'Andy McCurdy2014-05-062-2/+7
|\ \ \
| * | | Fix getset docstringChoongmin Lee2014-04-242-2/+7
* | | | SentinelManagedConnections to master servers disconnect on READONLY errors.Andy McCurdy2014-05-065-8/+35
* | | | add the SENTINEL MASTER <service_name> info commandAndy McCurdy2014-05-061-1/+8
* | | | slave should be running on port 6380Andy McCurdy2014-05-061-1/+1
* | | | fix sentinel state parsing, fixes #462.Andy McCurdy2014-05-061-4/+17
* | | | forward redis/sentinel ports on host OS to vagrant guest OSAndy McCurdy2014-05-051-0/+7
* | | | use the redis server time in [p]expireat tests for more accuracyAndy McCurdy2014-05-051-6/+12
* | | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2014-05-030-0/+0
|\ \ \ \
| * \ \ \ Merge pull request #468 from maroux/masterAndy McCurdy2014-04-301-2/+2
| |\ \ \ \
| | * | | | Fixes andymccurdy/redis-py#467maroux2014-04-301-2/+2
| |/ / / /
* | | | | any response for BGSAVE and BGREWRITEAOF are fine - any error will be an exce...Andy McCurdy2014-05-031-5/+1