redis_ping
Verify if a Redis server is reachable by sending a ping and receiving a PONG response.
Instructions
Ping the Redis server.
Returns: PONG response if connected.
Example: >>> redis_ping() "PONG"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |