Replace http with https

This commit is contained in:
khs1994
2019-01-06 10:15:13 +08:00
parent fbf5a286ab
commit 994f6ac101
15 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
$ docker run --name some-redis -d redis
```
另外还可以启用 [持久存储](http://redis.io/topics/persistence)。
另外还可以启用 [持久存储](https://redis.io/topics/persistence)。
```bash
$ docker run --name some-redis -d redis redis-server --appendonly yes