25 lines
457 B
Markdown
25 lines
457 B
Markdown
Configuring Redis database
|
|
==========================
|
|
|
|
##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
|
|
|
|
##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](running.md)
|