summaryrefslogtreecommitdiff
path: root/redis/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* OCSP stapling support (#1820)Chayim2021-12-261-0/+4
* Added black and isort (#1734)Anas2021-11-301-2/+11
* Adding RedisCluster client to support Redis Cluster Mode (#1660)Bar Shaul2021-11-251-0/+102
* fix typo (#1367)Roey Prat2020-07-131-1/+1
* Support for loading, unloading and listing Redis Modules (#1360)Roey Prat2020-07-131-0/+4
* Provide AUTH fallback support for connection URLs with a username componentAndy McCurdy2020-01-311-0/+8
* better thread-safety for ConnectionPool (#1270)Andy McCurdy2020-01-301-0/+5
* Added support for ACL commandsAndy McCurdy2019-12-281-0/+4
* All authentication-related errors now raise AuthenticationErrorAndy McCurdy2019-06-031-3/+3
* rename new LockErrorNotOwned to LockNotOwnedErrorAndy McCurdy2018-12-031-2/+2
* Extend lock error for not owned special caseJoshua Harlow2018-12-031-0/+5
* Use unicode literals throughout projectJon Dufresne2018-11-031-11/+0
* updated Lock class:Andy McCurdy2014-06-011-1/+4
* move Lock class to it's own moduleAndy McCurdy2014-05-311-0/+4
* Don't retry commands that fail due to a socket.timeout by default.Andy McCurdy2014-05-271-3/+3
* SentinelManagedConnections to master servers disconnect on READONLY errors.Andy McCurdy2014-05-061-0/+4
* Add extra info to exceptions raised in pipelines. Fixes #407Andy McCurdy2013-12-081-0/+11
* BusyLoadingError should inherit ConnectionError.Yossi Gottlieb2013-06-041-1/+1
* Add BusyLoadingError exception to differentiate -LOADING errors from connect ...Yossi Gottlieb2013-06-041-0/+4
* Format code per pep8 guidelinesPaul Belanger2013-03-301-0/+6
* Merge branch 'master' of git://github.com/mattrobenolt/redis-py into mattrobe...andy2013-03-281-5/+5
|\
| * A base class for server-side exceptions to be grouped byMatt Robenolt2013-03-271-3/+6
* | always raise parse error exceptions in multi/exec pipelines as a result of thisandy2012-11-161-0/+3
* | implementing LUA scripting, still need tests.andy2012-08-231-0/+3
* | Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-1/+8
|/
* add PubSubError to better report disallowed command when using pub/subDan Colish2011-03-141-0/+4
* Raise DataError on empty hmset mappings, remove InvalidDataDan Colish2011-03-141-1/+1
* Add WATCH command to redis-pyCraig Hawco2010-09-031-6/+8
* new client passes all command tests, still need tests for connection pool and...andymccurdy2010-02-151-5/+20
* helps to actually include the new fileandy2010-01-131-0/+5