Category: NoSQL, KeyValue Status: good
Connects to a Redis in-memory key-value store. Supports browsing keys, inserting, updating, deleting, and managing TTL.
| Field | Default | Description |
|---|---|---|
| host | localhost | Server hostname or IP |
| port | 6379 | TCP port |
| user | (empty) | Username (optional) |
| password | (empty) | Password (optional) |
| authentication | no_auth | no_auth or user_password |
Two modes: no_auth (default, no credentials) or user_password.