plano/docs/source
Musa 980faef6be
Some checks failed
CI / pre-commit (push) Has been cancelled
CI / plano-tools-tests (push) Has been cancelled
CI / native-smoke-test (push) Has been cancelled
CI / docker-build (push) Has been cancelled
CI / validate-config (push) Has been cancelled
Publish docker image (latest) / build-arm64 (push) Has been cancelled
Publish docker image (latest) / build-amd64 (push) Has been cancelled
Build and Deploy Documentation / build (push) Has been cancelled
CI / security-scan (push) Has been cancelled
CI / test-prompt-gateway (push) Has been cancelled
CI / test-model-alias-routing (push) Has been cancelled
CI / test-responses-api-with-state (push) Has been cancelled
CI / e2e-plano-tests (3.10) (push) Has been cancelled
CI / e2e-plano-tests (3.11) (push) Has been cancelled
CI / e2e-plano-tests (3.12) (push) Has been cancelled
CI / e2e-plano-tests (3.13) (push) Has been cancelled
CI / e2e-plano-tests (3.14) (push) Has been cancelled
CI / e2e-demo-preference (push) Has been cancelled
CI / e2e-demo-currency (push) Has been cancelled
Publish docker image (latest) / create-manifest (push) Has been cancelled
Redis-backed session cache for cross-replica model affinity (#879)
* add pluggable session cache with Redis backend

* add Redis session affinity demos (Docker Compose and Kubernetes)

* address PR review feedback on session cache

* document Redis session cache backend for model affinity

* sync rendered config reference with session_cache addition

* add tenant-scoped Redis session cache keys and remove dead log_affinity_hit

- Add tenant_header to SessionCacheConfig; when set, cache keys are scoped
  as plano:affinity:{tenant_id}:{session_id} for multi-tenant isolation
- Thread tenant_id through RouterService, routing_service, and llm handlers
- Use Cow<'_, str> in session_key to avoid allocation when no tenant is set
- Remove unused log_affinity_hit (logging was already inlined at call sites)

* remove session_affinity_redis and session_affinity_redis_k8s demos
2026-04-13 19:30:47 -07:00
..
_ext Update black hook for Python 3.14 (#857) 2026-03-31 13:18:45 -07:00
_static fix: strip trailing 'Copy code' from clipboard when copying code blocks (#788) 2026-02-27 13:11:26 -08:00
_templates Doc Update (#129) 2024-10-06 16:54:34 -07:00
build_with_plano/includes Run plano natively by default (#744) 2026-03-05 07:35:25 -08:00
concepts Add first-class Xiaomi provider support (#863) 2026-04-04 09:58:36 -07:00
get_started release 0.4.18 (#878) 2026-04-09 13:12:45 -07:00
guides Redis-backed session cache for cross-replica model affinity (#879) 2026-04-13 19:30:47 -07:00
resources Redis-backed session cache for cross-replica model affinity (#879) 2026-04-13 19:30:47 -07:00
conf.py release 0.4.18 (#878) 2026-04-09 13:12:45 -07:00
docutils.conf Doc Update (#129) 2024-10-06 16:54:34 -07:00
index.rst add support for background trace collection and tracing output (#749) 2026-02-24 19:17:33 -08:00