458 B
458 B
Configuring Redis database
- Install redis
Redis 3.x or higher is required, stable release recommended
- 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