dragonfly/docs
Roman Gershman 77b9a8f699
chore: introduce DEBUG COMPRESSION (#4620)
This function analyzes the compressability of the keys
using a single huffman tree. For example,

```
>debug POPULATE 1000000 keyabcdef 10
OK

> debug compression
 1) max_symbol
 2) (integer) 121
 3) max_bits
 4) (integer) 5
 5) raw_size
 6) (integer) 7861817
 7) compressed_size
 8) (integer) 4372270
 9) ratio
10) "0.5561398847111297"
```

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2025-03-02 21:29:19 +02:00
..
quick-start
bgsave_memusage.svg
build-from-source.md chore: introduce DEBUG COMPRESSION (#4620) 2025-03-02 21:29:19 +02:00
coordinator.excalidraw
dashsegment.svg
dashtable.md docs: the broken link was fixed (#4579) 2025-02-07 21:10:53 +02:00
dashtable.svg
db.svg
dense_set.excalidraw
dense_set.md
dense_set.svg
df-share-nothing.md fix: typos (#1986) 2023-10-03 13:05:04 +00:00
differences.md fix: typos (#1986) 2023-10-03 13:05:04 +00:00
faq.md chore: License update (#2767) 2024-04-09 15:46:14 +03:00
memcached_benchmark.md Move assets to static (#247) 2022-08-18 22:55:12 +03:00
memory_bgsave.tsv
namespaces.md feat(namespaces): Initial support for multi-tenant (#3260) 2024-07-16 19:34:49 +03:00
rdbsave.excalidraw
rdbsave.md fix: typos (#1986) 2023-10-03 13:05:04 +00:00
README.md
thread-per-core.excalidraw
throughput.svg
transaction.md

Dragonfly

Quick Start

The easiest way to get started with Dragonfly is with Docker.

Deployment Method

First, choose a deployment method.

If you are new to Dragonfly, we recommend the DragonflyDB Docker Quick Start Guide

Other options:

- Docker Compose

- Helm Chart for Kubernetes

Learn About DragonflyDB

FAQ

Differences Between DragonflyDB and Redis

API Commands Reference