Skip to content
Bluetape4k docs1.11

Operations and ecosystem

Latest stable Based on Bluetape4k release 1.11.0

Track Redis connection and reconnect state, command latency and timeouts, pipeline batch size, and codec decode failures. Loaded maps add hit/miss rates, loader latency, write-behind queue depth, retries, dead letters, and shutdown draining. Queue saturation usually means the writer cannot keep up with Redis writes, not merely that the configured capacity is small.

LettuceClientsTest covers connection reuse and multi-thread, virtual-thread, and coroutine access. RedisFutureSupportTest checks ordering and failure propagation. Loaded-map tests cover writer failures, dead letters, and caller-scope ownership. Benchmark numbers describe one machine and payload set; they are not an application SLA.

Do not label cache-aside PUT management as true write-through. A write-through or write-behind example must include the database writer and its consistency boundary.