summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* raise a LockError when the context manager fails to acquire a lockv3-breaking-changesAndy McCurdy2018-11-142-2/+9
* only support LuaLock going forwardAndy McCurdy2018-11-143-156/+61
* all commands should be able to accept bytes or strings for key namesAndy McCurdy2018-11-141-18/+6
* list_or_args should always create a new listAndy McCurdy2018-11-141-1/+3
* use str() to encode int or long valuesAndy McCurdy2018-11-141-1/+4
* raise DataError instead of RedisError for user input problemsAndy McCurdy2018-11-141-47/+47
* only accept bytes, strings, ints, longs and floats as user inputAndy McCurdy2018-11-142-12/+31
* fix order of zincrby args to match redis serverAndy McCurdy2018-11-143-4/+4
* remove legacy Redis classAndy McCurdy2018-11-1311-285/+191
* force mapping to be a single dict object on MSET, MSETNX and ZADDAndy McCurdy2018-11-132-47/+17
* Merge pull request #1064 from andymccurdy/migrateAndy McCurdy2018-11-131-0/+35
|\
| * Token.get_token for literalsmigrateAndy McCurdy2018-11-121-4/+4
| * add migrate commandAndy McCurdy2018-11-121-0/+35
* | Merge pull request #1057 from RoeyPrat/roey-client_pauseAndy McCurdy2018-11-132-1/+39
|\ \
| * | pep8 fixesAndy McCurdy2018-11-131-3/+4
| * | Normalizes type to lowercase in client_list()Itamar Haber2018-11-131-1/+1
| * | Implements type argument in client_listRoey Prat2018-11-072-4/+21
| * | Implements CLIENT PAUSERoey Prat2018-11-072-0/+20
* | | Merge pull request #1019 from krishan-carbon/patch-1Andy McCurdy2018-11-132-2/+37
|\ \ \
| * | | .Krishan Patel2018-10-281-0/+1
| * | | .Krishan Patel2018-10-282-2/+11
| * | | fix indentKrishan Patel2018-08-131-2/+2
| * | | Added testKrishan Patel2018-08-132-2/+14
| * | | Allow pings in PubSubKrishan Patel2018-08-131-0/+13
* | | | Merge pull request #1061 from itamarhaber/memory_commandAndy McCurdy2018-11-122-0/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adds the memory_usage and memory_purge commandsItamar Haber2018-11-092-0/+25
* | | | Merge pull request #1063 from andymccurdy/noreadmesudoAndy McCurdy2018-11-121-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Cast from md to rstnoreadmesudoItamar Haber2018-11-121-3/+3
| * | | Warns against `sudo pip` and refers to venvsItamar Haber2018-11-121-0/+7
| * | | Removes `sudo` from READMEItamar Haber2018-11-121-2/+2
|/ / /
* | | 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