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