add redis integration test

This commit is contained in:
Athou
2024-07-03 10:41:01 +02:00
parent ce9c12ec92
commit dba944874b
4 changed files with 57 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
postgresql=postgres:${postgresql.image.version}
mysql=mysql:${mysql.image.version}
mariadb=mariadb:${mariadb.image.version}
redis=redis:${redis.image.version}