Redis: Use PING instead of INFO. Closes #607

This commit is contained in:
Ask Solem 2016-07-08 14:36:35 -07:00
parent 10b527e20f
commit 278a7e4b0c
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ class Channel(virtual.Channel):
# Evaluate connection.
try:
self.client.info()
self.client.ping()
except Exception:
self._disconnect_pools()
raise