summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move resonse string decoding from hiredis to pythonoptional-encodingAndy McCurdy2018-11-081-9/+15
* Merge pull request #1058 from itamarhaber/flush-asyncAndy McCurdy2018-11-081-6/+22
|\
| * Renames sync to asynchronousItamar Haber2018-11-081-8/+8
| * Adds `sync` flag to flushdb and flushallItamar Haber2018-11-081-6/+22
|/
* Merge pull request #1056 from andymccurdy/bitfieldAndy McCurdy2018-11-083-0/+183
|\
| * fix stupid linter warningbitfieldAndy McCurdy2018-11-071-4/+4
| * added better overflow control and lifecycle mgmt to bitfieldsAndy McCurdy2018-11-072-32/+79
| * confirm bitfield works with pipelinesAndy McCurdy2018-11-061-0/+17
| * support for the bitfield command thanks to Charles LeiferAndy McCurdy2018-11-062-0/+119
|/
* test python3.7 on travisAndy McCurdy2018-11-061-6/+16
* Merge branch 'pr/916' into drop26Andy McCurdy2018-11-0620-445/+373
|\
| * Unpin test dependenciesJon Dufresne2018-11-032-3/+3
| * Pass python_requires argument to setuptoolsJon Dufresne2018-11-031-0/+1
| * Remove support and testing for EOL Python 3.3Jon Dufresne2018-11-034-4/+2
| * Use timedelta.total_seconds(); available since Python 2.7Jon Dufresne2018-11-031-10/+7
| * Use unicode literals throughout projectJon Dufresne2018-11-0311-372/+339
| * Use io package for BytesIOJon Dufresne2018-11-032-7/+3
| * Remove Queue package workarounds for older unsupported PythonsJon Dufresne2018-11-031-24/+2
| * Pass iterator to tuple() without coercing to a listJon Dufresne2018-11-031-2/+2
| * Prefer dict comprehension over dict(<generator>)Jon Dufresne2018-11-032-5/+6
| * Pass generators to dict() instead of coercing to a listJon Dufresne2018-11-032-7/+7
| * Use set literals instead of set([...])Jon Dufresne2018-11-032-35/+35
| * Remove explicit position numbers in format strings placeholdersJon Dufresne2018-11-031-1/+1
| * Remove from __future__ import with_statementJon Dufresne2018-11-0310-10/+0
| * Remove support and testing for EOL Python 2.6Jon Dufresne2018-11-034-3/+3
* | add response callback for the UNLINK commandAndy McCurdy2018-11-061-5/+5
* | Merge pull request #933 from yozel/masterAndy McCurdy2018-11-062-0/+19
|\ \
| * | Add support for UNLINK commandYasin Ozel2017-12-012-0/+19
* | | Merge pull request #1036 from itamarhaber/v5-client-subcommandsAndy McCurdy2018-11-052-0/+29
|\ \ \
| * \ \ Merge branch 'master' into v5-client-subcommandsAndy McCurdy2018-11-0533-135/+1125
| |\ \ \
| * \ \ \ Merge pull request #1 from RoeyPrat/unblockItamar Haber2018-11-042-12/+9
| |\ \ \ \
| | * | | | Remove reason arg from client_unblock. Use boolean 'error' arg instead.Roey Prat2018-11-042-12/+9
| |/ / / /
| * | | | Adds unblock reason supportItamar Haber2018-10-052-5/+18
| * | | | Adds CLIENT UNBLOCKItamar Haber2018-10-052-0/+10
| * | | | Adds support for CLIENT IDItamar Haber2018-10-052-0/+9
* | | | | wrap xgroup_create's MKSTREAM option in a Token.get_token()Andy McCurdy2018-11-051-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1052 from andymccurdy/error_defaultsAndy McCurdy2018-11-053-9/+51
|\ \ \ \
| * | | | rename empty_errow -> empty_response as the value is the actual responseerror_defaultsAndy McCurdy2018-11-051-7/+7
| * | | | add test for non-transaction pipelines as wellAndy McCurdy2018-11-041-2/+16
| * | | | hook for graceful command failure, even in pipelinesAndy McCurdy2018-11-043-9/+37
|/ / / /
* | | | Merge pull request #1051 from itamarhaber/swapdbAndy McCurdy2018-11-031-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adds SWAPDBItamar Haber2018-11-031-1/+5
* | | | Merge pull request #964 from remeika/documents-strictredis-rediss-supportAndy McCurdy2018-11-021-4/+12
|\ \ \ \
| * \ \ \ Merge branch 'master' into documents-strictredis-rediss-supportAndy McCurdy2018-11-0232-130/+1070
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #985 from mmaslowskicc/from-url-max-connectionsAndy McCurdy2018-11-022-2/+4
|\ \ \ \ \
| * | | | | Fix parsing max_connections URL query string parameterMichał Masłowski2018-05-232-2/+4
* | | | | | Merge pull request #990 from jstern/patch-1Andy McCurdy2018-11-021-1/+2
|\ \ \ \ \ \
| * | | | | | fix description for srandmember bugfixJonathan Stern2018-06-021-1/+2
* | | | | | | Merge pull request #1018 from mzalimeni/info-support-colon-keysAndy McCurdy2018-11-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix parsing for INFO keys that include ':'Michael Zalimeni2018-08-081-1/+2
| |/ / / / / /