redis_connect
Connect to a Redis server by specifying host, port, optional password, database number, and SSL settings.
Instructions
Connect to a Redis server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Redis server hostname or IP address. | localhost |
| port | No | Redis server port number. | |
| password | No | Redis server password (optional). | |
| db | No | Redis database number (0-15). | |
| ssl | No | Enable SSL/TLS connection. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |