Archived
1
0

Update redis.md

This commit is contained in:
Tristan B. Kildaire 2016-06-05 11:15:25 +02:00
parent 53046ad1d2
commit aa9ae3d32f

View File

@ -1,13 +1,13 @@
Configuring Redis database 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 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: 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= user=
password= password=
2) Run the daemon ##Next step
* see the [next step](running.md) * See the [Running NNTPChan](running.md)