Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Fixed PEP 8 violations introduced in previous commits | Alex Grönholm | 2012-08-07 | 3 | -5/+9 | |
| | | | | | ||||||
* | | | | | Fixed compatibility issue with Python 2.5 and 2.6 introduced in the | Alex Grönholm | 2012-08-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | previous commit | |||||
* | | | | | Fixed Python 3.2+ compatibility | Alex Grönholm | 2012-08-07 | 4 | -40/+101 | |
| | | | | | ||||||
* | | | | | Cleaned up code for PEP 8 compliance | Alex Grönholm | 2012-08-06 | 5 | -51/+90 | |
| | | | | | ||||||
* | | | | | version bump2.6.0 | andy | 2012-07-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Changed (p)subscribe and (p)unsubscribe to no longer return confirmation of ↵ | andy | 2012-07-17 | 1 | -3/+10 | |
|/ / / / | | | | | | | | | | | | | subscirption. These messages should be consumed in listen(). Fixes #254, #255, #233, #232, and #176. whew. | |||||
* | | | | expire() and setex() now accept timedelta objects. | Jon Parise | 2012-06-26 | 1 | -5/+16 | |
|/ / / | | | | | | | | | | This mimics the datetime support provided by `expireat()`. | |||||
* | | | added GETRANGE support | Jean-Philippe CARUANA | 2012-06-14 | 1 | -0/+7 | |
| | | | ||||||
* | | | Merge pull request #250 from youngking/master | Andy McCurdy | 2012-06-10 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | score_cast_func doesn't work with desc condiction | |||||
| * | | | fix score_cast_func doesn't work with desc condiction | Young King | 2012-06-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge remote-tracking branch 'encoding/2.4.11-fix' into encoding | andy | 2012-06-10 | 2 | -13/+30 | |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Conflicts: redis/connection.py | |||||
| * | | | Have PythonParser handle result encoding similarly to hiredis.Reader. | Frankie Dintino | 2012-02-08 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | If the connection encoding is set to utf-8, pass the socket read results through decode() | |||||
| * | | | Pass the connection encoding to hiredis.Reader | Frankie Dintino | 2012-02-08 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | HiredisParser was not previously passing the character encoding to the hiredis.Reader constructor from redis.connection.Connection (the default there is 'utf-8'). | |||||
| * | | | Added unit tests for unicode handling in PythonParser and HiredisParser | Frankie Dintino | 2012-02-08 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | 2.4.132.4.13 | andy | 2012-05-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'from_url' of https://github.com/kennethreitz/redis-py into ↵ | andy | 2012-05-18 | 2 | -1/+33 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kennethreitz-from_url Conflicts: redis/__init__.py | |||||
| * | | | | assert url.scheme | Kenneth Reitz | 2012-05-18 | 1 | -1/+5 | |
| | | | | | ||||||
| * | | | | redis.from_url | Kenneth Reitz | 2012-05-18 | 2 | -1/+30 | |
| | | | | | ||||||
* | | | | | Made redis-py work with IronPython | Gil Tayar | 2012-05-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Open socket connection with mode='rb' instead of 'r'. From Python documentation: ...when opening a binary file, you should append 'b' to the mode value to open the file in binary mode, which will improve portability. (Appending 'b' is useful even on systems that don’t treat binary and text files differently, where it serves as documentation.) | |||||
* | | | | | 2.4.12, redis-py is now fork-safe2.4.12 | andy | 2012-04-27 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix re-used connection errors after fork(). | Josiah Carlson | 2012-04-11 | 1 | -2/+14 | |
| | | | | | ||||||
* | | | | | Allow empty watches in Redis.transaction() | Alexander Schepanovski | 2012-03-03 | 1 | -1/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | allow hmget to accept *args or a list of keys | andy | 2012-02-11 | 1 | -17/+18 | |
| |/ / |/| | | ||||||
* | | | version bump2.4.11 | andy | 2012-01-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | fix for #217 to make the INFO command parsing more tolerant | andy | 2012-01-13 | 1 | -1/+3 | |
| | | | ||||||
* | | | Raise an authentication error if an invalid password is supplied | andy | 2011-11-07 | 1 | -2/+3 | |
| | | | ||||||
* | | | HiredisParser raises a RedisError if Hiredis is unavailable | andy | 2011-11-07 | 1 | -4/+19 | |
| | | | ||||||
* | | | Releasing 2.4.102.4.10 | andy | 2011-10-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | implemented the OBJECT command. Fix for #137 | andy | 2011-10-28 | 1 | -5/+16 | |
| | | | ||||||
* | | | pep8 | andy | 2011-10-25 | 1 | -1/+0 | |
| | | | ||||||
* | | | should .close() the buffer | andy | 2011-10-24 | 1 | -7/+10 | |
| | | | ||||||
* | | | Limit the maximum bytes read from the PythonParser. Fix for #205. | andy | 2011-10-24 | 1 | -2/+24 | |
| | | | ||||||
* | | | Fix spacing from DEBUG OBJECT pull request. | andy | 2011-10-24 | 1 | -15/+18 | |
| | | | ||||||
* | | | Merge branch 'master' of github.com:andymccurdy/redis-py | andy | 2011-10-21 | 1 | -0/+19 | |
|\ \ \ | ||||||
| * \ \ | Merge pull request #204 from smanek/master | Andy McCurdy | 2011-10-21 | 1 | -0/+19 | |
| |\ \ \ | | | | | | | | | | | Add support for DEBUG OBJECT command | |||||
| | * | | | add a debug_object command - so we can get a key's size (among other things) | Shaneal Manek | 2011-10-13 | 1 | -0/+19 | |
| | | | | | ||||||
* | | | | | keep command names alphabetized | andy | 2011-10-14 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Added __del__ methods for classes that hold on to resources that need to be ↵ | andy | 2011-10-14 | 2 | -3/+43 | |
|/ / / | | | | | | | | | | cleaned up. This should prevent resource leakage when these objects leave scope due to misuse or unhandled exceptions. | |||||
* | | | added the ECHO command for completeness | andy | 2011-10-10 | 1 | -0/+4 | |
| | | | ||||||
* | | | manually reconnect the connection in the PubSub class. This avoids blowing ↵ | andy | 2011-10-10 | 1 | -0/+3 | |
| | | | | | | | | | | | | out the stack. Fixes #179 and #195. | |||||
* | | | TTL is StrictRedis returns -1 rather than None for keys with no expiration. ↵ | andy | 2011-10-10 | 1 | -1/+8 | |
| | | | | | | | | | | | | Redis remains unchanged. | |||||
* | | | Merge branch 'master' of github.com:andymccurdy/redis-py | andy | 2011-10-10 | 2 | -3/+5 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge pull request #175 from strongh/master | Andy McCurdy | 2011-10-06 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | ZADD and SADD return integers | |||||
| | * | | SADD also returns int | Homer Strong | 2011-08-03 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | ZADD returns int, instead of bool | Homer Strong | 2011-08-03 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Raise ConnectionError if the reader has been closed under us. This | Ovidiu Predescu | 2011-08-30 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | happens if someone calls the disconnect method. This matches the same behavior as in PythonParser. | |||||
* | | | | anal syntax tweak | andy | 2011-08-22 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Remove documentation reference to timezones for Locks. As Unix time is used, ↵ | nicholasknight | 2011-08-15 | 1 | -2/+2 | |
|/ / | | | | | | | timezone should be irrelevant. | |||||
* | | StrictRedis gets it's own Pipeline class. Fix for #174. | andy | 2011-08-02 | 1 | -4/+26 | |
| | | ||||||
* | | Merge branch 'master' of github.com:andymccurdy/redis-py | andy | 2011-08-01 | 1 | -3/+1 | |
|\ \ |