test_connection
Validate Valkey or Redis connection credentials before saving. Use this tool to test connectivity and authentication without persisting the connection.
Instructions
Test a Valkey/Redis connection without persisting it. Use before add_connection to validate credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or IP address | |
| name | Yes | Display name for the connection | |
| port | No | Port number | |
| password | No | Auth password | |
| username | No | ACL username (default: "default") |