Update redis healthcheck
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"db:create": "tsx --env-file=.env ./scripts/create-database.ts",
|
||||
"db:drop": "tsx --env-file=.env ./scripts/drop-database.ts",
|
||||
"db:migrate": "tsx --env-file=.env ./scripts/migrate.ts",
|
||||
"db:seed": "tsx --env-file=.env ./scripts/seed-database.ts"
|
||||
"db:seed": "tsx --env-file=.env ./scripts/seed-database.ts",
|
||||
"test:redis": "tsx --env-file=.env ./scripts/test-redis-connection.ts"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Oda",
|
||||
|
||||
Reference in New Issue
Block a user