From 4ab90f31523d8cf2760e705fa2b77defe796a055 Mon Sep 17 00:00:00 2001 From: wzeth Date: Sat, 8 Oct 2016 05:08:46 -0400 Subject: [PATCH] Explicit notice of redis cache deprecation Users should know that redis cache is no longer valid as of SRNDv2 commit 96de42 --- doc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.md b/doc/README.md index f78915b..66a5425 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,5 +1,6 @@ NNTPChan Documentation ====================== +**WARNING: Caching with redis was deprecated in [commit 96de42](https://github.com/majestrate/srndv2/commit/96de42bf5d689a54d27871c9f8bc4ef3d0cdbefc). Any reference to redis as a cache should be ignored. You should instead use null cache.** Hey, welcome to the documentation. This will help you use and develop with NNTPChan.