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-02-07 09:36:46 -05:00

455 B

configuring redis database backend

  1. Install redis

0.A) debian/ubuntu

# apt update
# apt install redis-server

0.B) redhat

# yum install redis

0.C) from source

  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