summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Improve if statement throwing KeyErrorLorenzo2017-07-191-1/+1
|/ / / | | | | | | At line 210, if WITHSCORES is not specified within `execute_command()`, this line used to throw a `KeyError` because the relative key in `options` is not present. Solution: this PR add a check on the key 'withscores' before the key is accessed.
* | | Merge pull request #848 from hqy/masterAndy McCurdy2017-05-081-2/+2
|\ \ \ | | | | | | | | fixed can't raise invalid expire time when set ex param is 0
| * | | fix can't raise invalid expire time when set px param is 0huangqiyin2017-03-271-1/+1
| | | |
| * | | fixed can't raise invalid expire time when set ex param is 0huangqiyin2017-03-271-1/+1
| | | |
* | | | Merge pull request #855 from categulario/categulario/fix-help-textAndy McCurdy2017-04-291-1/+1
|\ \ \ \ | |/ / / |/| | | change order of lon-lat in geoadd help text
| * | | change order of lon-lat in geoadd help textAbraham Toriz Cruz2017-04-291-1/+1
|/ / /
* | | Merge pull request #846 from SethMichaelLarson/patch-1Andy McCurdy2017-03-231-2/+12
|\ \ \ | | | | | | | | InterruptedError is not defined in Python 2
| * | | Fix PEP8 issues.Seth M. Larson2017-03-231-1/+1
| | | |
| * | | Implement review commentsSeth M. Larson2017-03-231-2/+3
| | | |
| * | | InterruptedError is not defined in Python 2Seth M. Larson2017-03-231-2/+11
|/ / / | | | | | | Fixes #845
* | | Merge pull request #831 from AngusP/masterAndy McCurdy2017-02-051-2/+2
|\ \ \ | | | | | | | | Add pattern support to PUBSUB CHANNELS (minor, fix)
| * \ \ Merged branch master into masterAngusP2017-02-041-0/+4
| |\ \ \
| * | | | Add pattern support to PUBSUB CHANNELSAngusP2017-02-041-2/+2
| | | | | | | | | | | | | | | Should have been added in #819
* | | | | Merge pull request #826 from jdufresne/setup-test-mockAndy McCurdy2017-01-291-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Add mock to test_require
| * | | | | Add mock to test_requireJon Dufresne2017-01-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Imported by conftest.py when running 'python setup.py test'
* | | | | | Merge pull request #827 from jdufresne/py36Andy McCurdy2017-01-293-2/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Test Python 3.6 in Travis CI and document in setup.py
| * | | | | | Test Python 3.6 in Travis CI and document in setup.pyJon Dufresne2017-01-283-2/+5
| |/ / / / /
* | | | | | Merge pull request #828 from jdufresne/warningsAndy McCurdy2017-01-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix warning during test
| * | | | | | Fix warning during testJon Dufresne2017-01-281-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes warning output: DeprecationWarning: "charset" is deprecated. Use "encoding" instead
* | | | | | Merge pull request #829 from PowerDNS/gitignoreAndy McCurdy2017-01-291-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | gitignore .cache and .eggs
| * | | | | | gitignore .cache and .eggsPeter van Dijk2017-01-291-0/+2
| |/ / / / /
* | | | | | Merge pull request #801 from PowerDNS/nitAndy McCurdy2017-01-291-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | insert missing word
| * | | | | insert missing wordPeter van Dijk2016-11-151-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #819 from AngusP/masterAndy McCurdy2017-01-243-1/+70
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | Implement PUBSUB * commands
| * | | Add minimum Redis server version to TestPubSubPubSubSubcommandsAngusP2017-01-241-0/+4
| |/ /
| * | Add PUBSUB docs to READMEAngusP2017-01-243-2/+18
| | |
| * | Clarified docstrings for pubsub_numsub and pubsub_channelsAngusP2017-01-241-2/+2
| | |
| * | Implement PUBSUB * commandsAngusP2017-01-242-1/+50
|/ / | | | | | | | | PUBSUB CHANNELS, PUBSUB NUMSUB and PUBSUB NUMPAT are implemented as per https://redis.io/commands/pubsub and suggested in Issue #526. Implemented test class `TestPubSubPubSubSubcommands` to test added commands. Tested against python 3.4.2 and python 2.7.5
* | docs typoAndy McCurdy2016-11-081-1/+1
| |
* | Merge pull request #786 from PramodBisht/masterAndy McCurdy2016-09-211-8/+8
|\ \ | | | | | | Fixed typos in docs
| * | Fixed typos in docsPramod Bisht2016-09-211-8/+8
|/ /
* | get docs working againAndy McCurdy2016-09-102-16/+23
| |
* | remove python 3.2 support. travis no longer supports it.Andy McCurdy2016-09-062-3/+1
| |
* | Merge pull request #645 from cvrebert/redis-urlAndy McCurdy2016-09-062-4/+12
|\ \ | | | | | | Link to redis:// & rediss:// scheme IANA registrations in docs
| * | Link to redis:// & rediss:// scheme IANA registrations in docsChris Rebert2015-08-132-4/+12
| | |
* | | Merge pull request #762 from depaolim/ticket_697Andy McCurdy2016-07-131-0/+2
|\ \ \ | | | | | | | | updated travis-ci python 3.4 and 3.5 environment [see #697]
| * | | updated travis-ci python 3.4 and 3.5environment [see #697]Marco De Paoli2016-07-131-0/+2
|/ / /
* | | Merge pull request #759 from alexdebrie/fix/georadius-argumentsAndy McCurdy2016-07-091-2/+2
|\ \ \ | | | | | | | | Fix transposition of GEORADIUS arguments
| * | | Fix transposition of GEORADIUS argumentsAlex DeBrie2016-07-101-2/+2
|/ / /
* | | Merge pull request #758 from radiofreejohn/patch-1Andy McCurdy2016-07-041-1/+1
|\ \ \ | | | | | | | | minor spelling fix
| * | | minor spelling fixJohn Clover2016-07-021-1/+1
|/ / / | | | | | | explicity -> explicitly
* | | Merge pull request #698 from mumumu/add_replace_option_to_restore_commandAndy McCurdy2016-06-152-2/+15
|\ \ \ | | | | | | | | implemented REPLACE modifier of restore command
| * | | - added replace option to restore commandYoshinari Takaoka2015-12-282-2/+15
| | | |
* | | | bind to all interfaces to connections through vagrant tunnel worksAndy McCurdy2016-06-142-0/+2
| | | |
* | | | upgrade vagrant version to 3.2.0Andy McCurdy2016-06-141-1/+1
| | | |
* | | | Merge pull request #747 from pfreixes/geo_commandsAndy McCurdy2016-06-142-3/+338
|\ \ \ \ | | | | | | | | | | Implemented support for the GEO commands for Redis 3.2.0
| * | | | Fixed issues regarding Python3pfreixes2016-06-142-5/+5
| | | | |
| * | | | Geo Commands, return Python native typesPau Freixes2016-06-142-22/+95
| | | | |
| * | | | Implemented support for the GEO commands for Redis 3.2.0pfreixes2016-05-162-0/+262
| | | | | | | | | | | | | | | | | | | | | | | | | The following commands have been implemented GEOADD, GEODIST, GEOHASH, GEOPOS, GEORADIUS, GEORADIUSBYMEMBER.
* | | | | Merge pull request #751 from cjsimpson/token-cacheAndy McCurdy2016-06-143-29/+247
|\ \ \ \ \ | | | | | | | | | | | | Improve performance for Python 3.x