Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/doc/redis.md
Tristan B. Kildaire 8ebe2d2d26 Update redis.md
2016-06-05 11:15:56 +02:00

456 B

Configuring Redis database

##Install redis

Redis 3.x or higher is required, stable release recommended

##Configuration

In srnd.ini the database sections should look like this:

[database]
type=redis
schema=single
host=localhost
port=6379
user=
password=

##Next step

See the Running NNTPChan.