Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'pr/436' | Andy McCurdy | 2014-05-11 | 2 | -20/+112 | |
|\ \ | | | | | | | | | | | | | Conflicts: tests/test_connection_pool.py | |||||
| * | | restore a feature that was inadvertently removed | wil paredes | 2014-02-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | * fixed parsing URLs without a scheme, e.g. "//localhost:6379" | |||||
| * | | pep8 fixes | wil paredes | 2014-02-09 | 2 | -7/+8 | |
| | | | ||||||
| * | | add from_url() classmethod to ConnectionPool and BlockingConnectionPool, add ↵ | wil paredes | 2014-02-09 | 2 | -20/+111 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ability to parse UNIX domain socket URLs * add redis.connection.parse_url() * moved code from StrictRedis.from_url() to here * add ability to parse UNIX domain socket URLs * return keyword args to pass to StrictRedis.__init__() * StrictRedis.from_url() - call parse_url() to get keyword args * add classmethod from_url() to ConnectionPool and BlockingConnectionPool * get keyword args from parse_url() * touch up keyword args from StrictRedis format for connection pool * tests/test_connection_pool.py * add from_url() tests for ConnectionPool and BlockingConnectionPool * add from_url() tests for a single Redis client object | |||||
* | | | Merge pull request #475 from tzickel/master | Andy McCurdy | 2014-05-11 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Add TCP_NODELAY to TCP sockets. | |||||
| * | | | Add TCP_NODELAY to TCP sockets. | tzickel | 2014-05-09 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | *SCAN cursor values are now longs (ints on Python3) rather than strings. | Andy McCurdy | 2014-05-10 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | fixes #474. | |||||
* | | | | Implement the CONFIG REWRITE command | Keith Ainsworth | 2014-05-07 | 1 | -0/+4 | |
|/ / / | | | | | | | | | | http://redis.io/commands/config-rewrite | |||||
* | | | Force `port` to an int in case someone passes it as a string. Fixes #292 | Andy McCurdy | 2014-05-07 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:andymccurdy/redis-py | Andy McCurdy | 2014-05-06 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #431 from marcelometal/master | Andy McCurdy | 2014-05-07 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | Fixed typo in client.py | |||||
| | * | | | Fixed typo in client.py | Marcelo Jorge Vieira | 2014-01-29 | 1 | -1/+1 | |
| | |/ / | ||||||
* | | | | Added support for SENTINEL MONITOR, SENTINEL REMOVE, and SENTINEL SET commands. | Andy McCurdy | 2014-05-06 | 1 | -0/+13 | |
|/ / / | | | | | | | | | | Fixes #424 | |||||
* | | | comments | Andy McCurdy | 2014-05-06 | 1 | -0/+1 | |
| | | | ||||||
* | | | Merge branch 'pr/432' | Andy McCurdy | 2014-05-06 | 1 | -2/+6 | |
|\ \ \ | ||||||
| * | | | When line is not splittable, add to a __raw__ key | Pedro Larroy | 2014-01-30 | 1 | -2/+6 | |
| |/ / | ||||||
* | | | fixed __repr__ for clients created from sentinel. fixes #439 | Andy McCurdy | 2014-05-06 | 1 | -0/+26 | |
| | | | ||||||
* | | | Merge branch 'pr/464' | Andy McCurdy | 2014-05-06 | 1 | -2/+2 | |
|\ \ \ | ||||||
| * | | | Fix getset docstring | Choongmin Lee | 2014-04-24 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | The old docstring was incorrect. See http://redis.io/commands/GETSET for more information. | |||||
* | | | | SentinelManagedConnections to master servers disconnect on READONLY errors. | Andy McCurdy | 2014-05-06 | 4 | -8/+29 | |
| | | | | | | | | | | | | | | | | | | | | Any attempt to reconnect will force all connections in that pool to update their connections to the new master. Fixes #435 | |||||
* | | | | add the SENTINEL MASTER <service_name> info command | Andy McCurdy | 2014-05-06 | 1 | -1/+8 | |
| | | | | ||||||
* | | | | fix sentinel state parsing, fixes #462. | Andy McCurdy | 2014-05-06 | 1 | -4/+17 | |
| | | | | ||||||
* | | | | any response for BGSAVE and BGREWRITEAOF are fine - any error will be an ↵ | Andy McCurdy | 2014-05-03 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | exception | |||||
* | | | | better performance of pack_command and send_packed_command when dealing with ↵ | Andy McCurdy | 2014-04-29 | 2 | -8/+21 | |
| | | | | | | | | | | | | | | | | large values | |||||
* | | | | receiving empty strings from socket.recv indicates the server hungup. | Andy McCurdy | 2014-04-29 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | fixes #386 and #465. Thanks David Lawrence. | |||||
* | | | | tiny benchmark framework and a benchmark to determine the optimal number of ↵ | Andy McCurdy | 2014-04-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | bytes to read from a socket | |||||
* | | | | accumulate data based on its length rather than the size of the buffer | Andy McCurdy | 2014-04-28 | 1 | -6/+14 | |
|/ / / | ||||||
* | | | added lexicographical sorted set commands | Andy McCurdy | 2014-04-23 | 1 | -2/+34 | |
| | | | ||||||
* | | | socket_read_size can now be customized | Andy McCurdy | 2014-04-21 | 1 | -13/+18 | |
| | | | ||||||
* | | | nicer upgrade message | Andy McCurdy | 2014-04-21 | 1 | -2/+2 | |
| | | | ||||||
* | | | better error handling with hiredis. fully fixes #456 | Andy McCurdy | 2014-04-21 | 1 | -8/+29 | |
| | | | ||||||
* | | | mostly fixes #456. there's still an issue w/ hiredis and multi-bulk replies | Andy McCurdy | 2014-04-10 | 1 | -6/+9 | |
| | | | ||||||
* | | | sentinel info should be a string in python3 | Andy McCurdy | 2014-04-10 | 1 | -0/+1 | |
| | | | ||||||
* | | | pull the encoding attrs directly off a connection. fixes #455 | Andy McCurdy | 2014-04-10 | 1 | -4/+7 | |
| | | | ||||||
* | | | Make sure we know the SHA of scripts before pipeline execution. Fixes #459 | Andy McCurdy | 2014-04-09 | 1 | -1/+10 | |
| | | | ||||||
* | | | Fix #438, OBJECT commands on invalid keys return None now. | Andy McCurdy | 2014-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | added SLOWLOG support. finally can partially close #170 :) | Andy McCurdy | 2014-04-08 | 2 | -2/+36 | |
| | | | ||||||
* | | | no reason to pre-load scripts in __init__. defer until __call__ | Andy McCurdy | 2014-04-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'pr/441' | Andy McCurdy | 2014-04-07 | 1 | -8/+81 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: redis/client.py tests/test_commands.py | |||||
| * | | | fix python3 | Andy McCurdy | 2014-04-07 | 1 | -20/+30 | |
| | | | | ||||||
| * | | | Fix for pep8 | mathieu longtin | 2014-03-19 | 1 | -10/+14 | |
| | | | | ||||||
| * | | | Add scan_iter/sscan_iter/hscan_iter and zscan_iter | mathieu longtin | 2014-03-05 | 1 | -0/+59 | |
| |/ / | ||||||
* | | | Merge pull request #442 from mkai/_ttl_pttl | Andy McCurdy | 2014-04-07 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Adjust to changed TTL, PTTL semantics | |||||
| * | | | Adjust to changed TTL, PTTL semantics | Markus Kaiserswerth | 2014-03-13 | 1 | -2/+2 | |
| | |/ | |/| | | | | | | | | | | Redis >= 2.8 might return -2, this ensures that redis-py just returns None. | |||||
* | | | Implement HyperLogLog commands | Pepijn de Vos | 2014-04-06 | 1 | -4/+20 | |
| | | | ||||||
* | | | Unix | Andy McCurdy | 2014-04-05 | 1 | -0/+1 | |
| | | | ||||||
* | | | pep8 | Andy McCurdy | 2014-04-04 | 1 | -8/+8 | |
| | | | ||||||
* | | | automatic message decoding if decode_responses=True. bugfixes, tests. | Andy McCurdy | 2014-04-01 | 2 | -27/+67 | |
| | | | ||||||
* | | | fixes PubSub.subscribe once and for all. | Andy McCurdy | 2014-03-28 | 1 | -49/+48 | |
| | | | ||||||
* | | | make sure we're not holding onto any references | Andy McCurdy | 2014-03-27 | 1 | -0/+2 | |
| | | |