run redis as service

This commit is contained in:
realaravinth
2021-06-11 20:02:08 +05:30
parent dc53cd76d4
commit ffdd1865bb
3 changed files with 10 additions and 7 deletions

View File

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