Sfoglia il codice sorgente

added redis monitor command

Alexander Musikhin 6 mesi fa
parent
commit
ed1d565499
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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
 %:
 	@: