From c7dc2ee0436bdf23ee34d5be1ebd8e034f5fe141 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期一, 02 九月 2024 16:55:01 +0800
Subject: [PATCH] 1、删除查询方案删除的参数修改。 2、查询模板的列表添加了字段的相关属性新增。

---
 Bin/Redis-6.2.10/redis.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Bin/Redis-6.2.10/redis.conf b/Bin/Redis-6.2.10/redis.conf
index 6ded884..31c297f 100644
--- a/Bin/Redis-6.2.10/redis.conf
+++ b/Bin/Redis-6.2.10/redis.conf
@@ -900,7 +900,7 @@
 # The requirepass is not compatable with aclfile option and the ACL LOAD
 # command, these will cause requirepass to be ignored.
 #
-# requirepass foobared
+requirepass foobared
 
 # New users are initialized with restrictive permissions by default, via the
 # equivalent of this ACL rule 'off resetkeys -@all'. Starting with Redis 6.2, it

--
Gitblit v1.10.0