Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Improve if statement throwing KeyError | Lorenzo | 2017-07-19 | 1 | -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/master | Andy McCurdy | 2017-05-08 | 1 | -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 0 | huangqiyin | 2017-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fixed can't raise invalid expire time when set ex param is 0 | huangqiyin | 2017-03-27 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #855 from categulario/categulario/fix-help-text | Andy McCurdy | 2017-04-29 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | change order of lon-lat in geoadd help text | |||||
| * | | | change order of lon-lat in geoadd help text | Abraham Toriz Cruz | 2017-04-29 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #846 from SethMichaelLarson/patch-1 | Andy McCurdy | 2017-03-23 | 1 | -2/+12 | |
|\ \ \ | | | | | | | | | InterruptedError is not defined in Python 2 | |||||
| * | | | Fix PEP8 issues. | Seth M. Larson | 2017-03-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Implement review comments | Seth M. Larson | 2017-03-23 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | InterruptedError is not defined in Python 2 | Seth M. Larson | 2017-03-23 | 1 | -2/+11 | |
|/ / / | | | | | | | Fixes #845 | |||||
* | | | Merge pull request #831 from AngusP/master | Andy McCurdy | 2017-02-05 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Add pattern support to PUBSUB CHANNELS (minor, fix) | |||||
| * \ \ | Merged branch master into master | AngusP | 2017-02-04 | 1 | -0/+4 | |
| |\ \ \ | ||||||
| * | | | | Add pattern support to PUBSUB CHANNELS | AngusP | 2017-02-04 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | Should have been added in #819 | |||||
* | | | | | Merge pull request #826 from jdufresne/setup-test-mock | Andy McCurdy | 2017-01-29 | 1 | -1/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Add mock to test_require | |||||
| * | | | | | Add mock to test_require | Jon Dufresne | 2017-01-28 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Imported by conftest.py when running 'python setup.py test' | |||||
* | | | | | | Merge pull request #827 from jdufresne/py36 | Andy McCurdy | 2017-01-29 | 3 | -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.py | Jon Dufresne | 2017-01-28 | 3 | -2/+5 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #828 from jdufresne/warnings | Andy McCurdy | 2017-01-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix warning during test | |||||
| * | | | | | | Fix warning during test | Jon Dufresne | 2017-01-28 | 1 | -1/+1 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes warning output: DeprecationWarning: "charset" is deprecated. Use "encoding" instead | |||||
* | | | | | | Merge pull request #829 from PowerDNS/gitignore | Andy McCurdy | 2017-01-29 | 1 | -0/+2 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | gitignore .cache and .eggs | |||||
| * | | | | | | gitignore .cache and .eggs | Peter van Dijk | 2017-01-29 | 1 | -0/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #801 from PowerDNS/nit | Andy McCurdy | 2017-01-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | insert missing word | |||||
| * | | | | | insert missing word | Peter van Dijk | 2016-11-15 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #819 from AngusP/master | Andy McCurdy | 2017-01-24 | 3 | -1/+70 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | Implement PUBSUB * commands | |||||
| * | | | Add minimum Redis server version to TestPubSubPubSubSubcommands | AngusP | 2017-01-24 | 1 | -0/+4 | |
| |/ / | ||||||
| * | | Add PUBSUB docs to README | AngusP | 2017-01-24 | 3 | -2/+18 | |
| | | | ||||||
| * | | Clarified docstrings for pubsub_numsub and pubsub_channels | AngusP | 2017-01-24 | 1 | -2/+2 | |
| | | | ||||||
| * | | Implement PUBSUB * commands | AngusP | 2017-01-24 | 2 | -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 typo | Andy McCurdy | 2016-11-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #786 from PramodBisht/master | Andy McCurdy | 2016-09-21 | 1 | -8/+8 | |
|\ \ | | | | | | | Fixed typos in docs | |||||
| * | | Fixed typos in docs | Pramod Bisht | 2016-09-21 | 1 | -8/+8 | |
|/ / | ||||||
* | | get docs working again | Andy McCurdy | 2016-09-10 | 2 | -16/+23 | |
| | | ||||||
* | | remove python 3.2 support. travis no longer supports it. | Andy McCurdy | 2016-09-06 | 2 | -3/+1 | |
| | | ||||||
* | | Merge pull request #645 from cvrebert/redis-url | Andy McCurdy | 2016-09-06 | 2 | -4/+12 | |
|\ \ | | | | | | | Link to redis:// & rediss:// scheme IANA registrations in docs | |||||
| * | | Link to redis:// & rediss:// scheme IANA registrations in docs | Chris Rebert | 2015-08-13 | 2 | -4/+12 | |
| | | | ||||||
* | | | Merge pull request #762 from depaolim/ticket_697 | Andy McCurdy | 2016-07-13 | 1 | -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 Paoli | 2016-07-13 | 1 | -0/+2 | |
|/ / / | ||||||
* | | | Merge pull request #759 from alexdebrie/fix/georadius-arguments | Andy McCurdy | 2016-07-09 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Fix transposition of GEORADIUS arguments | |||||
| * | | | Fix transposition of GEORADIUS arguments | Alex DeBrie | 2016-07-10 | 1 | -2/+2 | |
|/ / / | ||||||
* | | | Merge pull request #758 from radiofreejohn/patch-1 | Andy McCurdy | 2016-07-04 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | minor spelling fix | |||||
| * | | | minor spelling fix | John Clover | 2016-07-02 | 1 | -1/+1 | |
|/ / / | | | | | | | explicity -> explicitly | |||||
* | | | Merge pull request #698 from mumumu/add_replace_option_to_restore_command | Andy McCurdy | 2016-06-15 | 2 | -2/+15 | |
|\ \ \ | | | | | | | | | implemented REPLACE modifier of restore command | |||||
| * | | | - added replace option to restore command | Yoshinari Takaoka | 2015-12-28 | 2 | -2/+15 | |
| | | | | ||||||
* | | | | bind to all interfaces to connections through vagrant tunnel works | Andy McCurdy | 2016-06-14 | 2 | -0/+2 | |
| | | | | ||||||
* | | | | upgrade vagrant version to 3.2.0 | Andy McCurdy | 2016-06-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #747 from pfreixes/geo_commands | Andy McCurdy | 2016-06-14 | 2 | -3/+338 | |
|\ \ \ \ | | | | | | | | | | | Implemented support for the GEO commands for Redis 3.2.0 | |||||
| * | | | | Fixed issues regarding Python3 | pfreixes | 2016-06-14 | 2 | -5/+5 | |
| | | | | | ||||||
| * | | | | Geo Commands, return Python native types | Pau Freixes | 2016-06-14 | 2 | -22/+95 | |
| | | | | | ||||||
| * | | | | Implemented support for the GEO commands for Redis 3.2.0 | pfreixes | 2016-05-16 | 2 | -0/+262 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | The following commands have been implemented GEOADD, GEODIST, GEOHASH, GEOPOS, GEORADIUS, GEORADIUSBYMEMBER. | |||||
* | | | | | Merge pull request #751 from cjsimpson/token-cache | Andy McCurdy | 2016-06-14 | 3 | -29/+247 | |
|\ \ \ \ \ | | | | | | | | | | | | | Improve performance for Python 3.x |