Explorar el Código

added redis monitor command

Alexander Musikhin hace 6 meses
padre
commit
ed1d565499
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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
 %:
 	@: