Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BusyLoadingError should inherit ConnectionError. | Yossi Gottlieb | 2013-06-04 | 1 | -1/+1 |
| | |||||
* | Add BusyLoadingError exception to differentiate -LOADING errors from connect ↵ | Yossi Gottlieb | 2013-06-04 | 1 | -0/+4 |
| | | | | errors. | ||||
* | Format code per pep8 guidelines | Paul Belanger | 2013-03-30 | 1 | -0/+6 |
| | | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com> | ||||
* | Merge branch 'master' of git://github.com/mattrobenolt/redis-py into ↵ | andy | 2013-03-28 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | mattrobenolt-master Conflicts: redis/exceptions.py | ||||
| * | A base class for server-side exceptions to be grouped by | Matt Robenolt | 2013-03-27 | 1 | -3/+6 |
| | | | | | | | | | | | | | | This is important if you want to detect if there was an issue that resulted from the server being broken specifically, as opposed to the client issuing a bad command. See: https://github.com/disqus/nydus/pull/31 Also, let me know if there are other exceptions that could extend the base `ServerError`. These are just the two that stood out. | ||||
* | | always raise parse error exceptions in multi/exec pipelines as a result of this | andy | 2012-11-16 | 1 | -0/+3 |
| | | | | | | | | server change: https://groups.google.com/forum/?hl=en&fromgroups=#!topic/redis-db/VUiEFT8U8U0 | ||||
* | | implementing LUA scripting, still need tests. | andy | 2012-08-23 | 1 | -0/+3 |
| | | |||||
* | | Cleaned up code for PEP 8 compliance | Alex Grönholm | 2012-08-06 | 1 | -1/+8 |
|/ | |||||
* | add PubSubError to better report disallowed command when using pub/sub | Dan Colish | 2011-03-14 | 1 | -0/+4 |
| | |||||
* | Raise DataError on empty hmset mappings, remove InvalidData | Dan Colish | 2011-03-14 | 1 | -1/+1 |
| | |||||
* | Add WATCH command to redis-py | Craig Hawco | 2010-09-03 | 1 | -6/+8 |
| | |||||
* | new client passes all command tests, still need tests for connection pool ↵ | andymccurdy | 2010-02-15 | 1 | -5/+20 |
| | | | | and pipelining. | ||||
* | helps to actually include the new file | andy | 2010-01-13 | 1 | -0/+5 |