aboutsummaryrefslogtreecommitdiff
path: root/weed/command
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-02-26 17:35:31 -0800
committerchrislu <chris.lu@gmail.com>2025-02-26 17:35:31 -0800
commit4613186e8a4238586837ef9640b6c2f2ac0e52d6 (patch)
treee2b7f847d4ec9cf23f890c137fa1a02292ac33f6 /weed/command
parent476aabb04b4895a00c9fe1ed3dd1d7f563643967 (diff)
downloadseaweedfs-4613186e8a4238586837ef9640b6c2f2ac0e52d6.tar.xz
seaweedfs-4613186e8a4238586837ef9640b6c2f2ac0e52d6.zip
not planning to redis3
Diffstat (limited to 'weed/command')
-rw-r--r--weed/command/scaffold/filer.toml30
1 files changed, 0 insertions, 30 deletions
diff --git a/weed/command/scaffold/filer.toml b/weed/command/scaffold/filer.toml
index 596a7b31d..ea30a3e37 100644
--- a/weed/command/scaffold/filer.toml
+++ b/weed/command/scaffold/filer.toml
@@ -234,36 +234,6 @@ routeByLatency = false
# This changes the data layout. Only add new directories. Removing/Updating will cause data loss.
superLargeDirectories = []
-[redis3] # beta
-enabled = false
-address = "localhost:6379"
-password = ""
-database = 0
-
-[redis3_sentinel]
-enabled = false
-addresses = ["172.22.12.7:26379","172.22.12.8:26379","172.22.12.9:26379"]
-masterName = "master"
-username = ""
-password = ""
-database = 0
-
-[redis_cluster3] # beta
-enabled = false
-addresses = [
- "localhost:30001",
- "localhost:30002",
- "localhost:30003",
- "localhost:30004",
- "localhost:30005",
- "localhost:30006",
-]
-password = ""
-# allows reads from slave servers or the master, but all writes still go to the master
-readOnly = false
-# automatically use the closest Redis server for reads
-routeByLatency = false
-
[etcd]
enabled = false
servers = "localhost:2379"