Skip to content

Commit

Permalink
deploy: 8953058
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Aug 2, 2023
1 parent c444cee commit b1b8a5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion latest/connection_pooling.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,9 @@ <h1 id="connection-pooling"><a class="header" href="#connection-pooling">Connect
<p>The IRC bridge can be configured to run it's IRC connections through a seperate process from the main bridge,
allowing you to restart and update (in most cases) the main process while keeping connections alive. This in
effect allows you to have a bridge that <em>appears</em> to not restart (sometimes nicknamed eternal bridges).</p>
<p>To configure the bridge in this mode you will need to setup a <a href="https://redis.io/">Redis</a> instance.</p>
<p>To configure the bridge in this mode you will need to setup a <a href="https://redis.io/">Redis</a> instance. Ideally, you
<strong>should</strong> run the bridge with Redis <code>6.2.0</code> or greater as it is more efficent when used with streams. The bridge
requires Redis <code>5.0.0</code> or greater to run.</p>
<p>In your bridge, configure the following:</p>
<pre><code class="language-yaml">connectionPool:
# The Redis URI to connect to
Expand Down
4 changes: 3 additions & 1 deletion latest/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,9 @@ <h3 id="response-format"><a class="header" href="#response-format">Response form
<p>The IRC bridge can be configured to run it's IRC connections through a seperate process from the main bridge,
allowing you to restart and update (in most cases) the main process while keeping connections alive. This in
effect allows you to have a bridge that <em>appears</em> to not restart (sometimes nicknamed eternal bridges).</p>
<p>To configure the bridge in this mode you will need to setup a <a href="https://redis.io/">Redis</a> instance.</p>
<p>To configure the bridge in this mode you will need to setup a <a href="https://redis.io/">Redis</a> instance. Ideally, you
<strong>should</strong> run the bridge with Redis <code>6.2.0</code> or greater as it is more efficent when used with streams. The bridge
requires Redis <code>5.0.0</code> or greater to run.</p>
<p>In your bridge, configure the following:</p>
<pre><code class="language-yaml">connectionPool:
# The Redis URI to connect to
Expand Down
2 changes: 1 addition & 1 deletion latest/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/searchindex.json

Large diffs are not rendered by default.

0 comments on commit b1b8a5d

Please sign in to comment.