summaryrefslogtreecommitdiff
path: root/kombu/transport/redis.py
Commit message (Expand)AuthorAgeFilesLines
* raise Empty() rather than returning null messageSam Stavinoha2014-02-091-1/+1
* Adds Connection.get_heartbeat_interval() for access to the negotiated heartbe...Ask Solem2014-01-281-0/+1
* Fixes for 7f84c4dd513a21e4749b174d64c62c54ad3a2aebAsk Solem2014-01-161-1/+5
* Redis: Make sure basic_cancel is not called while reading from socket. Close...Ask Solem2014-01-141-17/+44
* flakesv3.0.9Ask Solem2014-01-131-0/+1
* Redis: basic_cancel must also send UNSUBSCRIBE for fanout queuesAsk Solem2014-01-071-5/+26
* Expose redis error types as get_redis_error_classes()Ask Solem2013-12-191-20/+27
* Redis: Propagate connection errors in _poll_error (Issue #287)Ask Solem2013-12-121-24/+4
* Go back to the way the code was originally structured, but with a different p...Michael Nelson2013-12-121-7/+23
* Forgot to include change for #283Ask Solem2013-12-111-6/+8
* Try to handle Issue #283Ask Solem2013-12-111-19/+9
* Connection polling errors -- log more information and attempt to recover grac...Michael Nelson2013-12-101-1/+16
* Added the connection argument to the parse_response method.Michael Nelson2013-12-091-2/+3
* Redis: Add IOError and OSError to connection_errorsAsk Solem2013-12-061-0/+2
* Should have been raise Empty()Ask Solem2013-11-221-1/+1
* Return on connection errorAsk Solem2013-11-221-0/+1
* Redis: Add socket.error to list of connection errorsAsk Solem2013-11-211-1/+1
* Redis transport: Make sure PUBSUB message does not crash the transport (Issue...Ask Solem2013-11-211-8/+11
* Redis Unixsocket: Support setting virtual host in queryAsk Solem2013-11-181-18/+26
* [Py3] anyjson.loads requires string argument. Closes #270Ask Solem2013-11-151-3/+3
* Redis: New transort option fanout_keyprefix, if set to True will separate bro...Ask Solem2013-10-211-5/+30
* Fixes problems with time vs monotonicAsk Solem2013-10-141-3/+4
* Use time.monotonic when availableAsk Solem2013-10-071-4/+3
* Removes Connection.more_to_read + .nb_keep_drainingasyncmoveAsk Solem2013-09-301-10/+12
* Merge branch 'master' into asyncmoveAsk Solem2013-09-251-21/+26
|\
| * Redis: reject+requeue should restore at beginning (Related to #254)Ask Solem2013-09-251-6/+14
| * Change redis transport to rpush rather than lpush messages on the queue when ...Mark Lavin2013-09-251-1/+1
| * Replaced StdConnectionError+StdChannelError with amqp.ConnectionError+amqp.Ch...Ask Solem2013-09-241-15/+12
* | Async API now closer to TulipAsk Solem2013-09-231-13/+13
|/
* Adds more testsAsk Solem2013-09-121-3/+3
* flakesAsk Solem2013-09-041-2/+4
* Py3: Fixes Redis broadcastAsk Solem2013-09-031-3/+3
* Redis: hostname may be NoneAsk Solem2013-08-291-3/+4
* Merge branch 'blaze33/master'Ask Solem2013-07-291-6/+13
|\
| * Added Unix socket connection support to the redis transportMaxime Rouyrre2013-06-131-6/+13
* | Redis: Ignore if queue not in round-robin cycleAsk Solem2013-06-271-7/+7
|/
* [py3] Redis transport now works on Python 3.3Dhananjay Nene2013-04-181-2/+4
* Merge branch '2.5'Ask Solem2013-04-171-1/+1
|\
| * poller.unregister may raise ValueError on Py3Ask Solem2013-04-171-1/+1
* | Merge branch '2.5'Ask Solem2013-04-151-2/+6
|\ \ | |/
| * Improve inconsistency error message. celery/celery#704Ask Solem2013-04-111-3/+6
* | flakesAsk Solem2013-04-021-2/+0
* | Merge branch '2.5'Ask Solem2013-04-021-1/+6
|\ \ | |/
| * Redis: Adds ack_emulation transport option to disable visibility_timeout (opt...Ask Solem2013-03-211-1/+6
| * Include patch from #171Ask Solem2013-03-211-11/+0
* | Include patch from #171Ask Solem2013-03-211-11/+0
* | Merge branch '2.5'Ask Solem2013-03-121-1/+4
|\ \ | |/
| * Adds IconsistencyError to Redis connection_errorsAsk Solem2013-03-081-0/+1
| * Redis: Did not take options from transport_optionsAsk Solem2013-03-071-1/+1
| * Redis: Adds transport option: socket_timeout. Closes celery/celery#1221Ask Solem2013-03-041-2/+7