Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1098 from theodesp/client-kill-filter | Andy McCurdy | 2018-12-17 | 1 | -1/+43 | |
|\ \ \ | | | | | | | | | Add client kill with filter | |||||
| * | | | pep8 fix | Andy McCurdy | 2018-12-17 | 1 | -2/+4 | |
| | | | | ||||||
| * | | | fix missing parens | Andy McCurdy | 2018-12-17 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | small cleanup of client_kill_filter | Andy McCurdy | 2018-12-17 | 1 | -23/+21 | |
| | | | | | | | | | | | | | | | | changed skipme to a bool use a list to accumulate filter options | |||||
| * | | | Code review fixes | Theo Despoudis | 2018-12-06 | 1 | -29/+38 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Theo Despoudis <thdespou@hotmail.com> | |||||
| * | | | Fixes codestyle issues | Theo Despoudis | 2018-12-04 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Theo Despoudis <thdespou@hotmail.com> | |||||
| * | | | Simplified key, value handling inside for-range loop | Theo Despoudis | 2018-12-04 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Theo Despoudis <thdespou@hotmail.com> | |||||
| * | | | Removed ambiguous argument handling | Theo Despoudis | 2018-12-04 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Theo Despoudis <thdespou@hotmail.com> | |||||
| * | | | Add client kill with filter | Theo Despoudis | 2018-12-04 | 1 | -1/+35 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Theo Despoudis <thdespou@hotmail.com> | |||||
* | | | | Fix #764 - sub-unsub-resub caused PubSub() to forget the channel | Marcin RaczyĆski | 2018-12-17 | 1 | -14/+33 | |
|/ / / | ||||||
* | | | Remove decoding from georadius | Bo Bayles | 2018-11-21 | 1 | -13/+2 | |
| | | | ||||||
* | | | Don't destroy data in GEORADIUS commands | Bo Bayles | 2018-11-20 | 1 | -2/+13 | |
|/ / | ||||||
* | | Fix broken asynchronous check in flushdb and flushall | Andy McCurdy | 2018-11-15 | 1 | -2/+2 | |
| | | | | | | | | Fixes #1070 | |||||
* | | fix missing arg in exception message. thanks Keith Ainsworth | Andy McCurdy | 2018-11-14 | 1 | -2/+4 | |
| | | | | | | | | Fixes #559 | |||||
* | | saner handling of decr/incr vs decrby/incrby | Andy McCurdy | 2018-11-14 | 1 | -8/+6 | |
| | | ||||||
* | | Merge pull request #578 from derek-dchu/master | Andy McCurdy | 2018-11-14 | 1 | -0/+10 | |
|\ \ | | | | | | | add 'decrby' method | |||||
| * | | add 'decrby' method | Derek Hu | 2015-01-07 | 1 | -0/+10 | |
| | | | ||||||
* | | | Merge pull request #925 from itamarhaber/sort_issue | Andy McCurdy | 2018-11-14 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixes a KeyError in empty `options` dict at sort's return | |||||
| * | | | Fixes a KeyError in empty `options` dict at sort's return | Itamar Haber | 2017-11-13 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | Fixes #924 | |||||
* | | | Properly decode cluster info in callbacks | Andy McCurdy | 2018-11-14 | 1 | -0/+2 | |
| | | | | | | | | | | | | Fixes #951 | |||||
* | | | Merge pull request #1017 from u2mejc/issue-1016 | Andy McCurdy | 2018-11-14 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Enforce ssl_cert_reqs='required' by default | |||||
| * | | | Enforce ssl_cert_reqs='required' by default | Justin Clark | 2018-08-07 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | EXISTS now accepts multiple keys. return the number of existing keys | Andy McCurdy | 2018-11-14 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | | | | | Fixes #1053 Fixes #635 Fixes #766 | |||||
* | | | add nx, xx, ch and incr options to ZADD | Andy McCurdy | 2018-11-14 | 1 | -3/+44 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #649 Fixes #954 Fixes #638 Fixes #721 Fixes #955 | |||||
* | | | update shutdown error to a DataError | Andy McCurdy | 2018-11-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'v3-breaking-changes' | Andy McCurdy | 2018-11-14 | 1 | -205/+79 | |
|\ \ \ | ||||||
| * | | | only support LuaLock going forward | Andy McCurdy | 2018-11-14 | 1 | -11/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Everyone is using Redis 2.6 or greater, right? The Lua lock implementation is so much nicer and less buggy. Fixes #1031 Fixes #902 Fixes #793 Fixes #610 | |||||
| * | | | all commands should be able to accept bytes or strings for key names | Andy McCurdy | 2018-11-14 | 1 | -18/+6 | |
| | | | | | | | | | | | | | | | | fixes #965 | |||||
| * | | | list_or_args should always create a new list | Andy McCurdy | 2018-11-14 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | raise DataError instead of RedisError for user input problems | Andy McCurdy | 2018-11-14 | 1 | -47/+47 | |
| | | | | | | | | | | | | | | | | | | | | This should be backwards compatible since DataError is a subclass of RedisError. | |||||
| * | | | fix order of zincrby args to match redis server | Andy McCurdy | 2018-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | fixes #571 | |||||
| * | | | remove legacy Redis class | Andy McCurdy | 2018-11-13 | 1 | -97/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redis-py maintained backwards compatibility by keeping the old "Redis" class around for quite some time. While no doubt a convenience for folks who relied on it, the presence of both Redis and StrictRedis causes a number of support issues and general confusion. With 3.0, we're breaking a few things to make redis-py better going forward. This change removes the old Redis class. We also renamed the StrictRedis class to Redis and aliased StrictRedis to Redis. For people that have been using StrictRedis, this should not change anything. You can continue doing things as you are. People still using the legacy Redis class will need to update the argument order for the SETEX, LREM and ZADD commands. Additionally, the return values for TTL and PTTL now return the integer values -1 when a key exists but has no expire time and -2 when a key does not exist. Previously these cases returned a None value in the Redis class. | |||||
| * | | | force mapping to be a single dict object on MSET, MSETNX and ZADD | Andy McCurdy | 2018-11-13 | 1 | -31/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously MSET, MSETNX and ZADD accepted multiple ways to specify the mapping of keys to values including via **kwargs. This turned out to be a poor choice. As Redis evolved and added additional options to the ZADD command, these options couldn't be specified in redis-py without possible element name conflictd. This fixes that going forward and makes the commands simpler. | |||||
* | | | | Merge pull request #1042 from dwilliams-kenzan/master | Andy McCurdy | 2018-11-14 | 1 | -3/+15 | |
|\ \ \ \ | |/ / / |/| | | | Adding a NOSAVE option to the SHUTDOWN command | |||||
| * | | | Following the 80 column limit. | Daniel Williams | 2018-11-14 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | Updating based on feedback from the pull request. | Daniel Williams | 2018-11-14 | 1 | -5/+12 | |
| | | | | ||||||
| * | | | Changed to a boolean argument. | Daniel Williams | 2018-10-19 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | 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 | |
|\ \ \ | | | | | | | | | add migrate command | |||||
| * | | | 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 | |
|\ \ \ \ | | | | | | | | | | | CLIENT PAUSE and type argument in client_list | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | I know @RoeyPrat has a lot on his plate atm so taking some liberty here. | |||||
| * | | | | 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 | |
|\ \ \ \ \ | | | | | | | | | | | | | Allow pings in PubSub | |||||
| * | | | | | . | 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 | |
| | | | | | |