Add smoke test for data-redis using Lettuce Redis driver

See gh-2
This commit is contained in:
Christoph Strobl
2023-07-24 14:13:35 +02:00
committed by Sébastien Deleuze
parent 6818cfdbef
commit 7e79944d01
9 changed files with 224 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
version: '3.1'
services:
redis:
image: 'redis:7'
ports:
- '6379'