feat: connect to redis-cli from within docker container instead of users localhost
This commit is contained in:
parent
9f6fe5f0b7
commit
55d51c70b8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -11,12 +11,12 @@ db-test:
|
|||
# Connect to the primary cache
|
||||
.PHONY: cache
|
||||
cache:
|
||||
redis-cli
|
||||
docker compose exec -it cache redis-cli
|
||||
|
||||
# Connect to the test cache
|
||||
.PHONY: cache-test
|
||||
cache-test:
|
||||
redis-cli -n 1
|
||||
docker compose exec -it cache redis-cli -n 1
|
||||
|
||||
# Install Ent code-generation module
|
||||
.PHONY: ent-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue