@ -62,6 +62,8 @@ After building redis, you should be able to run redis-server in rCore. Then, sta
Then you should be able to connect to it using `redis-cli` over the network:
```bash
$ redis-cli -h 10.0.0.2 get abc
(nil)
$ redis-cli -h 10.0.0.2 set abc def
OK
$ redis-cli -h 10.0.0.2 get abc
@ -69,3 +71,53 @@ $ redis-cli -h 10.0.0.2 get abc
```
Note: `redis-cli` in rCore is not working at the time.
## How to use nginx
Nginx is statically linked to musl instead, so there is no need to copy its dynamic loader. A nginx.conf is provided in this repo and automatically copied to its destination. So, just start `nginx` directly: