DragonflyDB

Category: NoSQL, KeyValue Status: good

Connects to DragonflyDB — a Redis-compatible in-memory data store designed for high throughput and multi-threaded performance.

Connection Settings

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

Authentication

Two modes: no_auth or user_password. Fully Redis-AUTH compatible.

Supported Actions

External Links