Skip to content

Commit af16e89

Browse files
author
XieBiao
committed
sorted id
1 parent b16940e commit af16e89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ Redis memory analysis
33

44
Analyzing memory of redis is to find the keys(prefix) which used a lot of memory, export the analysis result into csv file.
55

6-
76
## Usage
87

9-
1.Install
8+
1. Install
9+
1010
```Shell
1111
//cd your-root-folder-of-project
1212
//Create the file glide.yaml if not exist
1313
//touch glide.yaml
1414
glide get github.com/hhxsv5/go-redis-memory-analysis#~1.1.0
1515
```
1616
17-
2.Run
17+
2. Run
18+
1819
```Go
1920
redis, err := NewRedisClient("127.0.0.1", 6379, "")
2021
if err != nil {

0 commit comments

Comments
 (0)