From ddb6929388cd81aee2aca5681632e72ccf65e2c1 Mon Sep 17 00:00:00 2001 From: Eolinker Date: Wed, 18 Sep 2019 18:12:14 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 433da51f..a18c29b0 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ cluster: password: "123456" # 数据库密码 database: "goku_ce" # 数据库名称 redis: - mode: "sentinel" # redis模式,可选项:stand/sentinel/cluster - addrs: "127.0.0.1:6379,127.0.0.1:6380" # sentinel模式下addrs为sentinel地址,多个地址间用英文逗号隔开 + mode: "cluster" # redis模式,可选项:stand/cluster + addrs: "127.0.0.1:6379,127.0.0.1:6380" # 多个地址间用英文逗号隔开 password: "123456" # redis密码 dbIndex: 0 # redis序号,非必填,默认值为0 masters: mymaster # 当mode为sentinel时,该选项必填 @@ -222,4 +222,4 @@ You may obtain a copy of the License at http://www.gnu.org/licenses/gpl-3.0.html Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +``` -- GitLab