Skip to content

Commit c5b15c8

Browse files
committed
update readme
1 parent ffa619d commit c5b15c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@
44

55
使用双向链表实现类似redis的list功能,编程语言用golang实现。
66

7+
#### 安装
8+
9+
```shell
10+
go get github.com/keepchen/message-queue/queue
11+
```
12+
713
#### 调用示例
814

915
* 获取实例
1016

1117
```golang
18+
import "github.com/keepchen/message-queue/queue"
19+
1220
instance := queue.GetDBInstance("db1")
1321
```
1422

0 commit comments

Comments
 (0)