We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ebb51 commit bf54ae6Copy full SHA for bf54ae6
Makefile
@@ -3,7 +3,7 @@ GitCommit := $(shell git rev-parse HEAD)
3
LDFLAGS := "-s -w -X main.Version=$(Version) -X main.GitCommit=$(GitCommit)"
4
5
run-dev: build
6
- ./bin/redis-tui -h 192.168.1.230 2>xxx.log
+ ./bin/redis-tui -h 127.0.0.1 2>xxx.log
7
8
run: build
9
./bin/redis-tui
preview.gif
3.27 MB
0 commit comments