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

27 lines
446 B
Markdown
Raw Normal View History

2016-02-07 19:36:46 +05:00
# configuring redis database backend
0) Install redis
2016-04-03 17:17:36 +05:00
Redis 3.x or higher is required, [stable release](http://download.redis.io/releases/redis-stable.tar.gz) recommend
2016-02-07 19:36:46 +05:00
* see http://redis.io/download
1) Configuration
In srnd.ini the database sections should look like this:
[database]
type=redis
schema=single
host=localhost
port=6379
user=
password=
2) Run the daemon
* see the [next step](running.md)