# /configs/resources.yaml cache_resources: - label: state_cache file: directory: /configs/cache_data # TIER 1: The "Bloom-style" local gate (Resets on restart, ultra-fast) - label: local_bloom_gate memory: default_ttl: 1h - label: dedupe_cache redis: url: "redis://redis-nats:6379" default_ttl: "24h" # <--- Changed from 'expiration' to 'default_ttl' - label: yugabyte_checkpoints redis: url: "redis://redis-nats:6379"