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
2016-04-03 08:17:36 -04:00

446 B

configuring redis database backend

  1. Install redis

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

  1. Configuration

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

[database]
type=redis
schema=single
host=localhost
port=6379
user=
password=
  1. Run the daemon