Files
cryptgeon/packages/backend/src
Stefan Meinecke 1a243cc96a Replace Redis with Valkey in docker-compose files and fix Rust 2024 compat
Swap redis:7-alpine images to valkey/valkey:7-alpine across all
docker-compose files and example READMEs. Keep service name as
"redis" so that the default REDIS=redis://redis/ connection string
still resolves correctly in Docker networking.

Also add turbofish type annotations to redis crate calls in store.rs
for Rust 2024 never-type-fallback compatibility, and fix a typo
("notion" -> "note") in an error message.
2026-05-12 18:40:41 +02:00
..
2024-08-23 14:27:47 +02:00
2024-09-24 10:25:15 +02:00
2024-09-24 10:25:15 +02:00
2025-01-17 18:48:28 +01:00
2025-02-27 20:00:38 +01:00