Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Adding an option to the SHUTDOWN command so NOSAVE can be passed in. | Daniel Williams | 2018-10-19 | 1 | -2/+5 | |
| |/ / | ||||||
* | | | Merge pull request #1064 from andymccurdy/migrate | Andy McCurdy | 2018-11-13 | 1 | -0/+35 | |
|\ \ \ | ||||||
| * | | | Token.get_token for literalsmigrate | Andy McCurdy | 2018-11-12 | 1 | -4/+4 | |
| * | | | add migrate command | Andy McCurdy | 2018-11-12 | 1 | -0/+35 | |
* | | | | Merge pull request #1057 from RoeyPrat/roey-client_pause | Andy McCurdy | 2018-11-13 | 1 | -1/+24 | |
|\ \ \ \ | ||||||
| * | | | | pep8 fixes | Andy McCurdy | 2018-11-13 | 1 | -3/+4 | |
| * | | | | Normalizes type to lowercase in client_list() | Itamar Haber | 2018-11-13 | 1 | -1/+1 | |
| * | | | | Implements type argument in client_list | Roey Prat | 2018-11-07 | 1 | -4/+13 | |
| * | | | | Implements CLIENT PAUSE | Roey Prat | 2018-11-07 | 1 | -0/+13 | |
* | | | | | Merge pull request #1019 from krishan-carbon/patch-1 | Andy McCurdy | 2018-11-13 | 1 | -1/+15 | |
|\ \ \ \ \ | ||||||
| * | | | | | . | Krishan Patel | 2018-10-28 | 1 | -0/+1 | |
| * | | | | | . | Krishan Patel | 2018-10-28 | 1 | -2/+2 | |
| * | | | | | Added test | Krishan Patel | 2018-08-13 | 1 | -1/+1 | |
| * | | | | | Allow pings in PubSub | Krishan Patel | 2018-08-13 | 1 | -0/+13 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Adds the memory_usage and memory_purge commands | Itamar Haber | 2018-11-09 | 1 | -0/+20 | |
| |_|/ / |/| | | | ||||||
* | | | | Renames sync to asynchronous | Itamar Haber | 2018-11-08 | 1 | -8/+8 | |
* | | | | Adds `sync` flag to flushdb and flushall | Itamar Haber | 2018-11-08 | 1 | -6/+22 | |
* | | | | added better overflow control and lifecycle mgmt to bitfields | Andy McCurdy | 2018-11-07 | 1 | -14/+34 | |
* | | | | 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 | 1 | -24/+20 | |
|\ \ \ | ||||||
| * | | | 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 | 1 | -7/+7 | |
| * | | | Prefer dict comprehension over dict(<generator>) | Jon Dufresne | 2018-11-03 | 1 | -1/+1 | |
| * | | | Pass generators to dict() instead of coercing to a list | Jon Dufresne | 2018-11-03 | 1 | -5/+5 | |
| * | | | 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 | 1 | -1/+0 | |
* | | | | 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 | 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 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into v5-client-subcommands | Andy McCurdy | 2018-11-05 | 1 | -49/+529 | |
| |\ \ \ \ | ||||||
| * | | | | | 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 | |
| * | | | | | Adds CLIENT UNBLOCK | Itamar Haber | 2018-10-05 | 1 | -0/+5 | |
| * | | | | | Adds support for CLIENT ID | Itamar Haber | 2018-10-05 | 1 | -0/+5 | |
| | |/ / / | |/| | | | ||||||
* | | | | | 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 | |
* | | | | Merge pull request #1051 from itamarhaber/swapdb | Andy McCurdy | 2018-11-03 | 1 | -1/+5 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Adds SWAPDB | Itamar Haber | 2018-11-03 | 1 | -1/+5 | |
* | | | | Merge branch 'master' into documents-strictredis-rediss-support | Andy McCurdy | 2018-11-02 | 1 | -35/+490 | |
|\ \ \ \ | ||||||
| * \ \ \ | 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 ':' | 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 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | geodist may return none or float, response handler callback should | qingping209 | 2018-09-30 | 1 | -2/+2 | |
| | |/ / | ||||||
| * | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2018-11-01 | 1 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Prefer https:// for URLs when available | Jon Dufresne | 2018-11-01 | 1 | -1/+1 | |
| | * | | | Merge pull request #1039 from jeffwidman/patch-2 | Andy McCurdy | 2018-11-01 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | | * | | | "while 1" --> "while True" | Jeff Widman | 2018-10-11 | 1 | -1/+1 | |
| | | |/ / | ||||||
| * | | | | added MKSTREAM option to xgroup_create | Andy McCurdy | 2018-11-01 | 1 | -2/+5 | |
| |/ / / |