Skip to content

Commit 0bfbcf8

Browse files
committed
docs: update testing instruction
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 0f3c2b2 commit 0bfbcf8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,20 @@
33
[![Run CI Lint](https://github.com/golang-queue/redisdb/actions/workflows/lint.yml/badge.svg)](https://github.com/golang-queue/redisdb/actions/workflows/lint.yml)
44
[![Run Testing](https://github.com/golang-queue/redisdb/actions/workflows/testing.yml/badge.svg)](https://github.com/golang-queue/redisdb/actions/workflows/testing.yml)
55

6-
Redis as backend for Queue Package
6+
Redis as backend for [Queue package](https://github.com/golang-queue/queue)
7+
8+
## Setup
9+
10+
start the redis server
11+
12+
```sh
13+
redis-server
14+
```
15+
16+
![screen](/images/screen.png)
17+
18+
## Testing
19+
20+
```sh
21+
go test -v ./...
22+
```

images/screen.png

195 KB
Loading

0 commit comments

Comments
 (0)