Ping the server
method
RedisClient.ping
@returns
Promise that resolves with "PONG" if the server is reachable, or throws an error if the server is not reachable
Referenced types
type KeyLike = string | ArrayBufferView | Blob
method
Ping the server
Promise that resolves with "PONG" if the server is reachable, or throws an error if the server is not reachable