فهرست منبع

added redis monitor command

Alexander Musikhin 6 ماه پیش
والد
کامیت
ed1d565499
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -164,6 +164,9 @@ mysql: ## Консоль приложения mysql
 log: ## Лог контейнеров
 	$(compose) logs -f
 
+redis-monitor:
+	$(compose) exec -it redis redis-cli -a ${REDIS_PASSWORD} monitor
+
 # Remove error message about lacking rules for targets' parameters
 %:
 	@: