icon

Dragonfly

Dragonfly is a simple, performant, and cost-efficient in-memory data store.

PlataformaZeabur
Implementado65
Editoryuaanlin
Implementado65 veces
Editoryuaanlin
Creado2024-01-06
Servicios
service icon

Dragonfly

Dragonfly is an in-memory data store built for modern application workloads.

Fully compatible with Redis and Memcached APIs, Dragonfly requires no code changes to adopt. Compared to legacy in-memory datastores, Dragonfly delivers 25X more throughput, higher cache hit rates with lower tail latency, and can run on up to 80% less resources for the same sized workload.

Getting Connection Info

After you deploy the Dragonfly service, Zeabur will automatically inject the environment variables needed for connection into other services for you.

  • DRAGONFLY_HOST
  • DRAGONFLY_PORT
  • DRAGONFLY_PASSWORD

Sometimes we can use DRAGONFLY_URI instead of the above environment variables, which is in the format of:

redis://:${DRAGONFLY_PASSWORD}@${DRAGONFLY_HOST}:${DRAGONFLY_PORT}

We can also find the connection information in the "Instructions" section on the console.