摘要:
前言: 此次安装以 redis-5.0.9 版本来讲解单点和集群的部署,因为 redis 所有版本单点部署的方式都一样,但是如果需要安装 redis 集群的话,redis-5.0 以上(包含)的版本中,可以直接使用 "redis-cli --cluster create" 指令构建 redis 集群 阅读全文
posted @ 2020-12-28 16:50
Zombie☠️
阅读(610)
评论(0)
推荐(0)
摘要:
## URL 是 Uniform Resource Locator 的简写,简称统一资源定位符,一个 URL 一般由以下几部分组成: scheme://host:port/path/?query-string=xxx#anchor * scheme 代表的是访问的协议,一般为 http 或者 htt 阅读全文
posted @ 2020-12-28 16:41
Zombie☠️
阅读(149)
评论(0)
推荐(0)