summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* redis-py 3.0.13.0.13.0Andy McCurdy2018-11-152-1/+9
* further clarification on mapping argument of MSET, MSETNX, and ZADDAndy McCurdy2018-11-151-1/+3
* Update .locked() to indicate if lock has been acquired by any procesesAndy McCurdy2018-11-151-2/+4
* Fix broken asynchronous check in flushdb and flushallAndy McCurdy2018-11-151-2/+2
* Merge pull request #1069 from jvtm/unix-socket-self-cutoffAndy McCurdy2018-11-151-0/+1
|\
| * Add missing UnixDomainSocketConnection._buffer_cutoffJyrki Muukkonen2018-11-151-0/+1
|/
* rst format fixes3.0.0Andy McCurdy2018-11-152-5/+6
* fix rst format issuesAndy McCurdy2018-11-152-6/+13
* redis-py 3.0.0Andy McCurdy2018-11-153-18/+216
* fix missing arg in exception message. thanks Keith AinsworthAndy McCurdy2018-11-141-2/+4
* saner handling of decr/incr vs decrby/incrbyAndy McCurdy2018-11-142-8/+11
* Merge pull request #578 from derek-dchu/masterAndy McCurdy2018-11-141-0/+10
|\
| * add 'decrby' methodDerek Hu2015-01-071-0/+10
* | Merge pull request #813 from lddubeau/fix/no-interruptederror-on-python-2.7Andy McCurdy2018-11-141-10/+3
|\ \
| * \ Merge branch 'master' into fix/no-interruptederror-on-python-2.7Andy McCurdy2018-11-1440-1078/+2318
| |\ \ | |/ / |/| |
* | | Merge pull request #925 from itamarhaber/sort_issueAndy McCurdy2018-11-142-1/+6
|\ \ \
| * | | Fixes a KeyError in empty `options` dict at sort's returnItamar Haber2017-11-132-1/+6
* | | | Add test to make sure geodist with a missing member returns NoneAndy McCurdy2018-11-141-0/+6
* | | | Properly decode cluster info in callbacksAndy McCurdy2018-11-141-0/+2
* | | | Merge branch 'master' of github.com:andymccurdy/redis-pyAndy McCurdy2018-11-142-11/+18
|\ \ \ \
| * \ \ \ Merge pull request #1017 from u2mejc/issue-1016Andy McCurdy2018-11-142-3/+3
| |\ \ \ \
| | * | | | Enforce ssl_cert_reqs='required' by defaultJustin Clark2018-08-072-3/+3
| * | | | | Merge pull request #1055 from tzickel/pipeperfAndy McCurdy2018-11-141-8/+15
| |\ \ \ \ \
| | * | | | | Improve performence of transactions / pipeline requests which involve largetzickel2018-11-061-8/+15
* | | | | | | add locked() method to lock objectAndy McCurdy2018-11-142-0/+12
|/ / / / / /
* | | | | | EXISTS now accepts multiple keys. return the number of existing keysAndy McCurdy2018-11-142-10/+12
* | | | | | add nx, xx, ch and incr options to ZADDAndy McCurdy2018-11-142-3/+78
* | | | | | update shutdown error to a DataErrorAndy McCurdy2018-11-141-1/+1
* | | | | | Merge branch 'v3-breaking-changes'Andy McCurdy2018-11-1414-549/+349
|\ \ \ \ \ \
| * | | | | | 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 #1042 from dwilliams-kenzan/masterAndy McCurdy2018-11-141-3/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Following the 80 column limit.Daniel Williams2018-11-141-3/+5
| * | | | | | Updating based on feedback from the pull request.Daniel Williams2018-11-141-5/+12
| * | | | | | Revert "Adding a couple of tests for the SHUTDOWN command and the added NOSAV...Daniel Williams2018-10-191-28/+0
| * | | | | | Adding a couple of tests for the SHUTDOWN command and the added NOSAVE option.Daniel Williams2018-10-191-0/+28
| * | | | | | Changed to a boolean argument.Daniel Williams2018-10-191-3/+3
| * | | | | | Adding an option to the SHUTDOWN command so NOSAVE can be passed in.Daniel Williams2018-10-191-2/+5
* | | | | | | 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
|\ \ \ \ \ \ \ \