Skip to content

Commit

Permalink
deploy: 7429c32
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jan 23, 2024
1 parent bc6282e commit 1ee931a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-18 08:00:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-23 04:30:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ready.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-18 08:00:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-23 04:30:14 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ready/connections.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-18 08:00:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-23 04:30:14 UTC</small>
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions ready/pools.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<dd>

Borrows a Redis connection from the pool, sends a command to the server and receives the reply.
<a href="https://github.com/guzba/ready/tree/master/src/ready/pools.nim#L101" class="link-seesrc" target="_blank">Source</a>&nbsp;&nbsp;
<a href="https://github.com/guzba/ready/edit/devel/src/ready/pools.nim#L101" class="link-seesrc" target="_blank" >Edit</a>&nbsp;&nbsp;
<a href="https://github.com/guzba/ready/tree/master/src/ready/pools.nim#L100" class="link-seesrc" target="_blank">Source</a>&nbsp;&nbsp;
<a href="https://github.com/guzba/ready/edit/devel/src/ready/pools.nim#L100" class="link-seesrc" target="_blank" >Edit</a>&nbsp;&nbsp;

</dd>
</div>
Expand Down Expand Up @@ -224,8 +224,8 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<dd>


<a href="https://github.com/guzba/ready/tree/master/src/ready/pools.nim#L93" class="link-seesrc" target="_blank">Source</a>&nbsp;&nbsp;
<a href="https://github.com/guzba/ready/edit/devel/src/ready/pools.nim#L93" class="link-seesrc" target="_blank" >Edit</a>&nbsp;&nbsp;
<a href="https://github.com/guzba/ready/tree/master/src/ready/pools.nim#L92" class="link-seesrc" target="_blank">Source</a>&nbsp;&nbsp;
<a href="https://github.com/guzba/ready/edit/devel/src/ready/pools.nim#L92" class="link-seesrc" target="_blank" >Edit</a>&nbsp;&nbsp;

</dd>
</div>
Expand All @@ -241,7 +241,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-18 08:00:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-23 04:30:14 UTC</small>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions ready/pools.idx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ nim close ready/pools.html#close,RedisPool proc close(pool: RedisPool) 17
nim recycle ready/pools.html#recycle,RedisPool,RedisConn proc recycle(pool: RedisPool; conn: RedisConn) 31
nim newRedisPool ready/pools.html#newRedisPool,int,string,proc(RedisConn),proc(RedisConn,float) proc newRedisPool(size: int; address = "localhost"; port = Port(6379);\n onConnect: proc (conn: RedisConn) {.gcsafe.} = nil; onBorrow: proc (\n conn: RedisConn; lastReturned: float) {.gcsafe.} = nil): RedisPool 39
nim borrow ready/pools.html#borrow,RedisPool proc borrow(pool: RedisPool): RedisConn 67
nim withConnection ready/pools.html#withConnection.t,RedisPool,, template withConnection(pool: RedisPool; conn, body) 93
nim command ready/pools.html#command,RedisPool,string,varargs[string] proc command(pool: RedisPool; command: string; args: varargs[string]): RedisReply 101
nim withConnection ready/pools.html#withConnection.t,RedisPool,, template withConnection(pool: RedisPool; conn, body) 92
nim command ready/pools.html#command,RedisPool,string,varargs[string] proc command(pool: RedisPool; command: string; args: varargs[string]): RedisReply 100
2 changes: 1 addition & 1 deletion theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-18 08:00:11 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-01-23 04:30:14 UTC</small>
</div>
</div>
</div>
Expand Down

0 comments on commit 1ee931a

Please sign in to comment.