Skip to content

Commit b16940e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Analyzing memory of redis is to find the keys(prefix) which used a lot of memory
66

77
## Usage
88

9-
1. Install
9+
1.Install
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
1818
```Go
1919
redis, err := NewRedisClient("127.0.0.1", 6379, "")
2020
if err != nil {

0 commit comments

Comments
 (0)