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/database/redis/install-and-configure-redis.md

27 lines
552 B
Markdown
Raw Normal View History

2016-06-05 13:27:14 +05:00
Configuring Redis database
==========================
2016-02-07 19:36:46 +05:00
2016-06-05 14:18:34 +05:00
These are instructions for setting up NNTPChan with Redis as the data-storage system.
2016-06-05 14:19:53 +05:00
##Installing Redis
2016-02-07 19:36:46 +05:00
2016-06-05 13:27:14 +05:00
Redis 3.x or higher is required, [stable release](http://download.redis.io/releases/redis-stable.tar.gz) recommended
2016-02-07 19:36:46 +05:00
2016-06-05 14:15:25 +05:00
* See http://redis.io/download
2016-02-07 19:36:46 +05:00
2016-06-05 14:19:53 +05:00
##Configuring Redis
2016-02-07 19:36:46 +05:00
2016-06-05 14:20:25 +05:00
In `srnd.ini` the database sections should look like this:
2016-02-07 19:36:46 +05:00
[database]
type=redis
schema=single
host=localhost
port=6379
user=
password=
2016-06-05 14:15:25 +05:00
##Next step
2016-02-07 19:36:46 +05:00
2016-06-05 14:15:56 +05:00
See the [Running NNTPChan](running.md).