# Generated Engula-only configuration for origin/engula/2.1
# Source of truth: origin/engula/2.1:src/config.c

################################### ENGULA ####################################

# Engula hidden configuration for origin/engula/2.1.
# These options are registered in src/config.c and are not shown by CONFIG GET *.

# Redis 7 strict compatibility mode.
# yes = use Redis 7 compatible wording/behavior branches; no = use Engula/Valkey behavior.
# Immutable: set at startup only.
engula-redis7-compatibility yes

# Path to an Engula license file.
# Empty means no file: this branch enters Trial mode with a 30-day duration and 32 GB cap.
# Modifiable at runtime; CONFIG SET reloads the license.
engula-license ""

# Engula compression switch.
# 0 = disable compression; 1 = enable compression.
# Immutable: set at startup only.
engula-compress-level 1

# Debug-only compression switch.
# 1 keeps compressed output even when it is not smaller and forces compression paths.
# Modifiable at runtime.
engula-dbg-always-compress 0

# Maximum value/member/field+value size that may be stored in earena.
# Larger values fall back to plain robj / standard storage.
# Range: 0..256MB. Modifiable at runtime.
engula-earena-max-value-size 16777216