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 1cc047d3b8 - Show all commits
-3
View File
@@ -33,9 +33,6 @@ def redis_container() -> Generator[str]:
container = RedisContainer( container = RedisContainer(
image="redis/redis-stack:7.2.0-v0", image="redis/redis-stack:7.2.0-v0",
port=6379, port=6379,
).with_bind_ports(
container=6379,
host=6379,
) )
container.start() container.start()
# Set environment variable for Redis URI # Set environment variable for Redis URI