From f5d622ca237e9c9bf93218b00a3a22a9731f3ba5 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Tue, 20 Apr 2021 11:19:23 +0800 Subject: [PATCH] Fix typo in redisc page (#222) Signed-off-by: Guangwen Feng --- content/explugins/redisc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/explugins/redisc.md b/content/explugins/redisc.md index 0823e1c..8fc2140 100644 --- a/content/explugins/redisc.md +++ b/content/explugins/redisc.md @@ -11,7 +11,7 @@ home = "https://github.com/miekg/redis/blob/master/README.md" ## Description -With *redisc* responses can be cached for up to 3600s. Caching in Redis is mostly usefull in +With *redisc* responses can be cached for up to 3600s. Caching in Redis is mostly useful in a setup where multiple CoreDNS instances share a VIP. E.g. multiple CoreDNS pods in a Kubernetes cluster.