Skip to content

Commit 4e2f07c

Browse files
author
XieBiao
committed
README
1 parent 21d1d86 commit 4e2f07c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ Analyzing memory of redis is to find the keys(prefix) which used a lot of memory
77
## Usage
88
### Run demo
99

10+
```Shell
11+
cd examples
12+
//install dependencies
13+
glide init
14+
glide install
15+
```
16+
1017
```Go
11-
go run examples/main.go
18+
//cd examples
19+
go run main.go
20+
21+
//find reports in current folder
1222
```
1323

1424
![CSV](https://raw.githubusercontent.com/hhxsv5/go-redis-memory-analysis/master/examples/demo.png)
1525

16-
1726
## License
1827

1928
[MIT](https://github.com/hhxsv5/go-redis-memory-analysis/blob/master/LICENSE)

0 commit comments

Comments
 (0)