Skip to content

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 singleton redis.Redis built from redis.url; pool closed on container shutdown.
  • RedisCacheBackend: distributed pico-caching backend (structural CacheBackend), pickled values with TTL, namespaced keys, fail-open on Redis errors.
  • Settings under the redis prefix: url, socket_timeout_seconds, cache_prefix (zero-config).
  • Auto-discovery via the pico_boot.modules entry point.