implement DNS resolver with memory cache feature #15

This commit is contained in:
yggverse 2024-04-07 03:54:55 +03:00
parent 298322a4c3
commit 1b8bcb084a
4 changed files with 209 additions and 12 deletions

View file

@ -31,7 +31,7 @@ To use `HTTP` version, please checkout [main branch](https://github.com/YGGverse
* `wget https://repo.manticoresearch.com/manticore-repo.noarch.deb`
* `dpkg -i manticore-repo.noarch.deb`
* `apt update`
* `apt install git composer manticore manticore-extra php-fpm php-mbstring`
* `apt install git composer manticore manticore-extra memcached php-fpm php-mbstring php-memcached`
Yo search engine uses Manticore as the primary database. If your server sensitive to power down,
change default [binlog flush strategy](https://manual.manticoresearch.com/Logging/Binary_logging#Binary-flushing-strategies) to `binlog_flush = 1`