mirror of https://github.com/celery/kombu.git
Redis: Use PING instead of INFO. Closes #607
This commit is contained in:
parent
10b527e20f
commit
278a7e4b0c
|
@ -492,7 +492,7 @@ class Channel(virtual.Channel):
|
|||
|
||||
# Evaluate connection.
|
||||
try:
|
||||
self.client.info()
|
||||
self.client.ping()
|
||||
except Exception:
|
||||
self._disconnect_pools()
|
||||
raise
|
||||
|
|
Loading…
Reference in New Issue