Skip to content

Commit 74d709d

Browse files
committed
chore: remove redis scripts & readme
1 parent 59d0a22 commit 74d709d

File tree

7 files changed

+7
-711
lines changed

7 files changed

+7
-711
lines changed

Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,13 @@ down/test/rediscluster:
113113
@echo "Redis cluster test environment stopped."
114114

115115
test/setup:
116-
bash scripts/test-setup-info.sh
116+
@echo "To setup the test environment, run the following command:"
117+
@echo "$$ make up/test"
118+
@echo "$$ make up/azure"
119+
@echo ""
120+
@echo "Before running the tests, make sure to:"
121+
@echo "$$ export TESTINFRA=1 TESTAZURE=1"
122+
@echo ""
117123

118124
test:
119125
go test $(TEST) $(TESTARGS)

REDIS_MIGRATION.md

Lines changed: 0 additions & 225 deletions
This file was deleted.

scripts/README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)