Auth
PING
Send a ping to the server and get a response if the server is alive.
Arguments
No arguments
Response
strrequired
PONG
Example
assert redis.ping() == "PONG"Send a ping to the server and get a response if the server is alive.
No arguments
PONG
assert redis.ping() == "PONG"