CI: launch redis early

This commit is contained in:
realaravinth
2021-06-11 19:47:49 +05:30
parent 086dd85a83
commit dc53cd76d4
4 changed files with 7 additions and 8 deletions

View File

@@ -46,5 +46,5 @@ pool = 4
# port = "5432"
# username = "batman"
# password = "somereallycomplicatedBatmanpassword"
url = "redis://127.0.0.1"
url = "redis://127.0.0.1:6370"
pool = 4