Skip to content

Commit 3c452c1

Browse files
wendaniqiluo-msft
authored andcommitted
Update README.md (sonic-net#268)
1 parent e4daa2a commit 3c452c1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,13 @@ $ make clean
4646
$ GCC_COLORS=1 make
4747
```
4848

49-
3. Run unit test:
49+
3. Start redis server if not yet:
50+
```
51+
sudo sed -i 's/notify-keyspace-events ""/notify-keyspace-events AKE/' /etc/redis/redis.conf
52+
sudo service redis-server start
53+
```
54+
55+
4. Run unit test:
5056
```
5157
tests/tests
5258
```

0 commit comments

Comments
 (0)