Category: NoSQL, KeyValue Status: good
Connects to DragonflyDB — a Redis-compatible in-memory data store designed for high throughput and multi-threaded performance.
| 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 or user_password. Fully Redis-AUTH compatible.