Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move resonse string decoding from hiredis to pythonoptional-encoding | Andy McCurdy | 2018-11-08 | 1 | -9/+15 |
| | |||||
* | Renames sync to asynchronous | Itamar Haber | 2018-11-08 | 1 | -8/+8 |
| | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
* | Adds `sync` flag to flushdb and flushall | Itamar Haber | 2018-11-08 | 1 | -6/+22 |
| | | | | | | Uses sync as async is a keyword. Defaults to Redis pre v4 behavior. Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
* | added better overflow control and lifecycle mgmt to bitfields | Andy McCurdy | 2018-11-07 | 1 | -14/+34 |
| | | | | | | | | | | - bitfields now accept a `default_overflow` argument that sets the default overflow behavior for incrby operations - exposed an overflow() method that sets the overflow behavior for future incrby operations. this can be used in place of the overfly argument to incrby if someone prefers - clean up bitfield instance upon execution, resetting the overflow behavior back to the default provided and clearing the list of operations | ||||
* | support for the bitfield command thanks to Charles Leifer | Andy McCurdy | 2018-11-06 | 1 | -0/+84 |
| | |||||
* | Merge branch 'pr/916' into drop26 | Andy McCurdy | 2018-11-06 | 6 | -118/+50 |
|\ | |||||
| * | Use timedelta.total_seconds(); available since Python 2.7 | Jon Dufresne | 2018-11-03 | 1 | -10/+7 |
| | | |||||
| * | Use unicode literals throughout project | Jon Dufresne | 2018-11-03 | 5 | -63/+25 |
| | | | | | | | | Remove workaround for handling unicode with older Pythons. | ||||
| * | Use io package for BytesIO | Jon Dufresne | 2018-11-03 | 2 | -7/+3 |
| | | | | | | | | Available on all supported Python versions. | ||||
| * | Remove Queue package workarounds for older unsupported Pythons | Jon Dufresne | 2018-11-03 | 1 | -24/+2 |
| | | |||||
| * | Pass iterator to tuple() without coercing to a list | Jon Dufresne | 2018-11-03 | 1 | -2/+2 |
| | | |||||
| * | Prefer dict comprehension over dict(<generator>) | Jon Dufresne | 2018-11-03 | 2 | -5/+6 |
| | | |||||
| * | Pass generators to dict() instead of coercing to a list | Jon Dufresne | 2018-11-03 | 2 | -7/+7 |
| | | |||||
| * | Use set literals instead of set([...]) | Jon Dufresne | 2018-11-03 | 1 | -1/+1 |
| | | |||||
| * | Remove from __future__ import with_statement | Jon Dufresne | 2018-11-03 | 2 | -2/+0 |
| | | | | | | | | All supported Python versions support the with statement. | ||||
* | | add response callback for the UNLINK command | Andy McCurdy | 2018-11-06 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #933 from yozel/master | Andy McCurdy | 2018-11-06 | 1 | -0/+4 |
|\ \ | | | | | | | Add support for UNLINK command | ||||
| * | | Add support for UNLINK command | Yasin Ozel | 2017-12-01 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #1036 from itamarhaber/v5-client-subcommands | Andy McCurdy | 2018-11-05 | 1 | -0/+18 |
|\ \ \ | | | | | | | | | Adds v5 new client subcommands | ||||
| * \ \ | Merge branch 'master' into v5-client-subcommands | Andy McCurdy | 2018-11-05 | 4 | -61/+542 |
| |\ \ \ | |||||
| * | | | | Remove reason arg from client_unblock. Use boolean 'error' arg instead. | Roey Prat | 2018-11-04 | 1 | -8/+7 |
| | | | | | |||||
| * | | | | Adds unblock reason support | Itamar Haber | 2018-10-05 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
| * | | | | Adds CLIENT UNBLOCK | Itamar Haber | 2018-10-05 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
| * | | | | Adds support for CLIENT ID | Itamar Haber | 2018-10-05 | 1 | -0/+5 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
* | | | | wrap xgroup_create's MKSTREAM option in a Token.get_token() | Andy McCurdy | 2018-11-05 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | rename empty_errow -> empty_response as the value is the actual responseerror_defaults | Andy McCurdy | 2018-11-05 | 1 | -7/+7 |
| | | | |||||
* | | | hook for graceful command failure, even in pipelines | Andy McCurdy | 2018-11-04 | 1 | -9/+22 |
| | | | | | | | | | | | | allow commands that expect 1 or more keys to fail gracefully when 0 keys are provided | ||||
* | | | Merge pull request #1051 from itamarhaber/swapdb | Andy McCurdy | 2018-11-03 | 1 | -1/+5 |
|\ \ \ | |_|/ |/| | | Adds SWAPDB | ||||
| * | | Adds SWAPDB | Itamar Haber | 2018-11-03 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | No tests were added - consistent with basic operations such as FLUSHDB Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
* | | | Merge branch 'master' into documents-strictredis-rediss-support | Andy McCurdy | 2018-11-02 | 4 | -47/+503 |
|\ \ \ | |||||
| * \ \ | Merge pull request #985 from mmaslowskicc/from-url-max-connections | Andy McCurdy | 2018-11-02 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | Fix parsing max_connections URL query string parameter | ||||
| | * | | | Fix parsing max_connections URL query string parameter | Michał Masłowski | 2018-05-23 | 1 | -1/+2 |
| | | |/ | | |/| | | | | | | | | | | | | | Previously ConnectionPool.from_url kept it as a string, causing a 'ValueError: "max_connections" must be a positive integer'. | ||||
| * | | | Merge pull request #1018 from mzalimeni/info-support-colon-keys | Andy McCurdy | 2018-11-02 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | Fix parsing for INFO keys that include ':' | ||||
| | * | | | Fix parsing for INFO keys that include ':' | Michael Zalimeni | 2018-08-08 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | Merge pull request #1035 from qingping209/handle-geodist-none-rsp | Andy McCurdy | 2018-11-02 | 1 | -2/+2 |
| |\ \ \ | | |_|/ | |/| | | handle the case where geodist return -1 | ||||
| | * | | geodist may return none or float, response handler callback should | qingping209 | 2018-09-30 | 1 | -2/+2 |
| | |/ | | | | | | | | | | be float_or_none | ||||
| * | | Merge pull request #1047 from jdufresne/errno | Andy McCurdy | 2018-11-01 | 1 | -1/+0 |
| |\ \ | | | | | | | | | Remove duplicate import of errno | ||||
| | * | | Remove duplicate import of errno | Jon Dufresne | 2018-11-01 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2018-11-01 | 3 | -6/+7 |
| |\ \ \ | | |/ / | |||||
| | * | | Prefer https:// for URLs when available | Jon Dufresne | 2018-11-01 | 2 | -4/+5 |
| | | | | |||||
| | * | | Merge pull request #1039 from jeffwidman/patch-2 | Andy McCurdy | 2018-11-01 | 2 | -2/+2 |
| | |\ \ | | | | | | | | | | | "while 1" --> "while True" | ||||
| | | * | | "while 1" --> "while True" | Jeff Widman | 2018-10-11 | 2 | -2/+2 |
| | | |/ | | | | | | | | | | | | | This is python, not C | ||||
| * | | | added MKSTREAM option to xgroup_create | Andy McCurdy | 2018-11-01 | 1 | -2/+5 |
| |/ / | |||||
| * | | Merge pull request #1037 from itamarhaber/zpop | Andy McCurdy | 2018-11-01 | 1 | -1/+65 |
| |\ \ | | | | | | | | | Adds support for ZPOPMAX, ZPOPMIN and their respective blocking variants | ||||
| | * | | PEP8's it | Itamar Haber | 2018-10-05 | 1 | -7/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
| | * | | Converts score from string to float | Itamar Haber | 2018-10-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
| | * | | Adds BZPOPMAX and BZPOPMIN | Itamar Haber | 2018-10-05 | 1 | -1/+41 |
| | | | | | | | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
| | * | | Adds ZPOPMAX and ZPOPMIN | Itamar Haber | 2018-10-05 | 1 | -1/+17 |
| | |/ | | | | | | | | | | Signed-off-by: Itamar Haber <itamar@redislabs.com> | ||||
| * | | Merge pull request #1044 from faheel/fix-docs-formatting | Andy McCurdy | 2018-11-01 | 1 | -2/+2 |
| |\ \ | | | | | | | | | Improve formatting of docs | ||||
| | * | | Add missing space | Faheel Ahmad | 2018-11-01 | 1 | -2/+2 |
| | | | |