Skip to content

Commit 0fc4e0b

Browse files
fix
1 parent 1748808 commit 0fc4e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/asyncio/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def _close_socket(self):
396396
# exit anyway.
397397
pass
398398

399-
c def _send_ping(self):
399+
async def _send_ping(self):
400400
"""Send PING, expect PONG in return"""
401401
await self.send_command("PING", check_health=False)
402402
if str_if_bytes(await self.read_response()) != "PONG":

0 commit comments

Comments
 (0)