Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0] - 2026-07-10¶
Added¶
RedisFactory: injectable singletonredis.Redisbuilt fromredis.url; pool closed on container shutdown.RedisCacheBackend: distributed pico-caching backend (structuralCacheBackend), pickled values with TTL, namespaced keys, fail-open on Redis errors.- Settings under the
redisprefix:url,socket_timeout_seconds,cache_prefix(zero-config). - Auto-discovery via the
pico_boot.modulesentry point.