Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | python 2.5 support | andy | 2013-06-07 | 1 | -0/+1 | |
| | ||||||
* | pubsub tests | andy | 2013-06-06 | 3 | -124/+98 | |
| | ||||||
* | encoding tests | andy | 2013-06-06 | 3 | -71/+40 | |
| | ||||||
* | locking tests in pytest | andy | 2013-06-06 | 2 | -71/+61 | |
| | ||||||
* | python 2.5 compat | andy | 2013-06-05 | 2 | -0/+2 | |
| | ||||||
* | pipeline tests converted to pytest | andy | 2013-06-04 | 2 | -202/+202 | |
| | ||||||
* | connection pool tests | andy | 2013-06-04 | 1 | -32/+21 | |
| | ||||||
* | bad merge conflict | andy | 2013-06-04 | 1 | -1850/+0 | |
| | ||||||
* | Merge branch 'master' into pytest | andy | 2013-06-04 | 2 | -0/+1856 | |
|\ | | | | | | | | | Conflicts: tests/server_commands.py | |||||
| * | pep8 | andy | 2013-06-04 | 1 | -1/+2 | |
| | | ||||||
| * | Add CONFIG RESETSTAT support. | Yossi Gottlieb | 2013-06-04 | 1 | -0/+6 | |
| | | ||||||
* | | pytest config file | andy | 2013-06-04 | 1 | -0/+26 | |
| | | ||||||
* | | pytest framework and server commands | andy | 2013-06-04 | 3 | -1874/+1227 | |
|/ | ||||||
* | use iterators for dict traversal in both python 2 and 3 | andy | 2013-05-23 | 1 | -6/+6 | |
| | ||||||
* | DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243 | andy | 2013-05-01 | 1 | -6/+25 | |
| | ||||||
* | tests should pass on older redis versions | andy | 2013-04-27 | 1 | -0/+35 | |
| | ||||||
* | travis runs 2.6.12, great. | andy | 2013-04-27 | 1 | -10/+0 | |
| | ||||||
* | testing redis version on travis | andy | 2013-04-27 | 1 | -0/+10 | |
| | ||||||
* | finer grain tests | andy | 2013-04-27 | 1 | -5/+7 | |
| | ||||||
* | Implement extended set options added in Redis 2.6.12. | george yoshida | 2013-04-27 | 1 | -2/+2 | |
| | | | | - fix wording/formatting | |||||
* | Implement extended set options added in Redis 2.6.12. | george yoshida | 2013-04-27 | 1 | -0/+36 | |
| | | | | | | SPECS : - http://redis.io/commands/set - https://github.com/antirez/redis/issues/931 | |||||
* | pep8 | andy | 2013-04-22 | 1 | -12/+10 | |
| | ||||||
* | Merge branch 'mapleoin-master' | andy | 2013-04-22 | 1 | -0/+49 | |
|\ | ||||||
| * | Merge branch 'master' of git://github.com/mapleoin/redis-py into mapleoin-master | andy | 2013-04-22 | 1 | -0/+49 | |
| |\ | | | | | | | | | | | | | Conflicts: redis/client.py | |||||
| | * | add an optional argument to sort to make it return tuples | Ionuț Arțăriși | 2011-10-10 | 1 | -0/+44 | |
| | | | ||||||
* | | | Merge pull request #338 from stephan-hof/corrupted_pipeline_socket | Andy McCurdy | 2013-04-22 | 1 | -0/+15 | |
|\ \ \ | | | | | | | | | socket gets corrupted if errors in pipeline happen | |||||
| * | | | Add python3 and python2.5 compatibility | hofmockel | 2013-04-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Read all command responses of a pipeline | hofmockel | 2013-04-17 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | Otherwise a error makes the responses stuck in the socket. Which leads to wrong responses for the following commands | |||||
* | | | | Merge pull request #327 from pabelanger/pep8 | Andy McCurdy | 2013-04-22 | 3 | -2/+8 | |
|\ \ \ \ | |_|/ / |/| | | | Format code per pep8 guidelines | |||||
| * | | | Format code per pep8 guidelines | Paul Belanger | 2013-03-30 | 3 | -2/+8 | |
| |/ / | | | | | | | | | | | | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> | |||||
* | | | Merge pull request #340 from thruflo/master | Andy McCurdy | 2013-04-22 | 2 | -0/+78 | |
|\ \ \ | | | | | | | | | Add optional `redis.connection.BlockingConnectionPool` class. | |||||
| * | | | tests: tweak blocking connection pool test. | James Arthur | 2013-04-19 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | | | Previously the `test_max_connections_blocks` test wasn't actually testing that the connection was blocking. | |||||
| * | | | connection: tests for `BlockingConnectionPool`. | James Arthur | 2013-04-18 | 2 | -0/+76 | |
| |/ / | ||||||
* | | | added PSETEX | andy | 2013-04-22 | 1 | -0/+10 | |
|/ / | ||||||
* | | fix for #322 | andy | 2013-02-25 | 1 | -0/+4 | |
| | | ||||||
* | | Switched callback for SREM from bool to int. | Ronnie Kolehmainen | 2013-01-25 | 1 | -4/+4 | |
| | | ||||||
* | | Add CLIENT GETNAME/SETNAME support | bitterb | 2013-01-16 | 1 | -0/+25 | |
| | | ||||||
* | | Pipelines now have a __len__() method. | Jon Parise | 2013-01-06 | 1 | -0/+16 | |
| | | | | | | | | | | | | The length of a pipeline is defined as the length of its command stack. This makes it easy to inspect the number of batched commands and to write conditional logic for empty pipelines. | |||||
* | | Fixed bug in bitcount with start or end param equal to 0 | Tim | 2012-11-25 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed bug in list_or_args() helper function in python3.x | Roman Imankulov | 2012-11-21 | 1 | -1/+13 | |
| | | ||||||
* | | always raise parse error exceptions in multi/exec pipelines as a result of this | andy | 2012-11-16 | 1 | -16/+0 | |
| | | | | | | | | server change: https://groups.google.com/forum/?hl=en&fromgroups=#!topic/redis-db/VUiEFT8U8U0 | |||||
* | | timedelta.total_seconds is only available in python 2.7+. Fixes #280 | andy | 2012-10-07 | 1 | -1/+1 | |
| | | ||||||
* | | added CLIENT LIST/CLIENT KILL commands | andy | 2012-10-07 | 1 | -2/+7 | |
| | | ||||||
* | | hincrbyfloat is 2.6 only | andy | 2012-10-07 | 1 | -0/+7 | |
| | | ||||||
* | | High precision floating point values are now properly sent to the Redis server. | andy | 2012-10-07 | 1 | -0/+9 | |
| | | | | | | | | Fixes #227 | |||||
* | | INCRBYFLOAT/HINCRBYFLOAT | andy | 2012-10-07 | 1 | -0/+24 | |
| | | ||||||
* | | PEXPIRE/PEXPIREAT/PTTL commands | andy | 2012-10-07 | 1 | -8/+44 | |
| | | ||||||
* | | Merge pull request #282 from flupke/pexpire | Andy McCurdy | 2012-10-07 | 1 | -0/+15 | |
|\ \ | | | | | | | Added PEXPIRE/PTTL support (redis 2.6.0) | |||||
| * | | added PEXPIRE/PTTL support (redis 2.6.0) | Luper Rouch | 2012-09-12 | 1 | -0/+15 | |
| | | | ||||||
* | | | Added optional `number` argument to srandmember. Fix for #286 | andy | 2012-10-07 | 1 | -0/+7 | |
| | | |