mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-05-06 13:32:15 +02:00
446 B
446 B
configuring redis database backend
- Install redis
Redis 3.x or higher is required, stable release recommend
- Configuration
In srnd.ini the database sections should look like this:
[database]
type=redis
schema=single
host=localhost
port=6379
user=
password=
- Run the daemon
- see the next step