From 8c761df7c3f2dad4922c2e522d630233578a1ff6 Mon Sep 17 00:00:00 2001 From: ImFantuan Date: Fri, 5 Nov 2021 00:03:03 +0800 Subject: [PATCH] Wrong "path-specific filer store" example name --- Path-Specific-Filer-Store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Path-Specific-Filer-Store.md b/Path-Specific-Filer-Store.md index 419d26f..6c95ffa 100644 --- a/Path-Specific-Filer-Store.md +++ b/Path-Specific-Filer-Store.md @@ -25,7 +25,7 @@ Run `weed scaffold -config=filer`, there is an example: # Make sure they are not the same if using the same store type! # 4. Set enabled to true # -# The following is just using cassandra as an example +# The following is just using redis as an example ########################## [redis2.tmp] enabled = false