added redis adapter #1

Merged
brian merged 13 commits from collect-code-from-other-repos into main 2025-09-14 20:42:51 +02:00
Showing only changes of commit 7caee87cae - Show all commits
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
env:
UV_LINK_MODE: copy
run: uv sync
run: uv sync --extra redis
- name: Type check with mypy
run: uv run mypy .