From aa9ae3d32f59d629dcb7a4c382266821b3e85b37 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 5 Jun 2016 11:15:25 +0200 Subject: [PATCH] Update redis.md --- doc/redis.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/redis.md b/doc/redis.md index a741006..9c877e4 100644 --- a/doc/redis.md +++ b/doc/redis.md @@ -1,13 +1,13 @@ Configuring Redis database ========================== -0) Install redis +##Install redis Redis 3.x or higher is required, [stable release](http://download.redis.io/releases/redis-stable.tar.gz) recommended -* see http://redis.io/download +* See http://redis.io/download -1) Configuration +##Configuration In srnd.ini the database sections should look like this: @@ -19,6 +19,6 @@ In srnd.ini the database sections should look like this: user= password= -2) Run the daemon +##Next step -* see the [next step](running.md) +* See the [Running NNTPChan](running.md)