-
Couldn't load subscription status.
- Fork 24
Error handling
Andrey Bulygin edited this page May 21, 2013
·
1 revision
- All Redis server errors are thrown as RedisException and treated as not critical.
- All socket errors are wrapped into RedisException but treated as critical. Client would be disconnected and disposed.