Эх сурвалжийг харах

added redis monitor command

Alexander Musikhin 6 сар өмнө
parent
commit
ed1d565499
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      Makefile

+ 3 - 0
Makefile

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