2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Increases antora log level and fixes a broken link (#315)

close #313
This commit is contained in:
Anarthal (Rubén Pérez)
2025-09-24 12:53:42 +02:00
committed by GitHub
parent 203e9298ed
commit bcf120bd8f
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ cd "$SCRIPT_DIR"
export BOOST_SRC_DIR=$(realpath $SCRIPT_DIR/../../..)
npm ci
npx antora --log-format=pretty redis-playbook.yml
npx antora --log-format=pretty --stacktrace --log-level info redis-playbook.yml

View File

@@ -37,7 +37,7 @@ req.push_range("HSET", "key", map);
Sending a request to Redis is performed by
xref:reference:boost/redis/basic_connection/async_exec-02.adoc[`connection::async_exec`]
as already stated. Requests accept a xref:reference:boost/redis/request/config[`boost::redis::request::config`]
as already stated. Requests accept a xref:reference:boost/redis/request/config.adoc[`boost::redis::request::config`]
object when constructed that dictates how requests are handled in situations like
reconnection. The reader is advised to read it carefully.