feat(lib/store): implement valkey backend

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-07-04 18:29:26 +00:00
parent 59f69d48d2
commit 3808f7ba17
7 changed files with 327 additions and 0 deletions

View File

@@ -13,5 +13,7 @@ services:
- "type=registry,ref=ghcr.io/techarohq/anubis/devcontainer"
volumes:
- ../:/workspace/anubis:cached
environment:
VALKEY_URL: redis://valkey:6379/0
#entrypoint: ["/usr/bin/sleep", "infinity"]
user: vscode