Skip to content

Commit

Permalink
Merge branch 'pgeraghty-pipeline_multi'
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wille committed Nov 30, 2019
2 parents e50873d + 4ea0364 commit 3140389
Show file tree
Hide file tree
Showing 17 changed files with 243 additions and 220 deletions.
22 changes: 11 additions & 11 deletions docs/Redis.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,35 +183,35 @@ <h2>Included Modules</h2>
<h2>Defined in:</h2>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis/commands.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/commands.cr#L1" target="_blank">
redis/commands.cr
</a>

<br/>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis/command_execution/value_oriented.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/command_execution/value_oriented.cr#L1" target="_blank">
redis/command_execution/value_oriented.cr
</a>

<br/>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L37" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L37" target="_blank">
redis.cr
</a>

<br/>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis/command_execution/future_oriented.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/command_execution/future_oriented.cr#L1" target="_blank">
redis/command_execution/future_oriented.cr
</a>

<br/>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis/strategy/base.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/strategy/base.cr#L1" target="_blank">
redis/strategy/base.cr
</a>

Expand Down Expand Up @@ -1140,7 +1140,7 @@ <h2>Constructor Detail</h2>
<br/>
<div>

[<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L95" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L95" target="_blank">View source</a>]

</div>
</div>
Expand Down Expand Up @@ -1173,7 +1173,7 @@ <h2>Class Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L194" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L194" target="_blank">View source</a>]

</div>
</div>
Expand All @@ -1196,7 +1196,7 @@ <h2>Instance Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L207" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L207" target="_blank">View source</a>]

</div>
</div>
Expand Down Expand Up @@ -1232,7 +1232,7 @@ <h2>Instance Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L286" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L286" target="_blank">View source</a>]

</div>
</div>
Expand Down Expand Up @@ -1267,7 +1267,7 @@ <h2>Instance Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L250" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L250" target="_blank">View source</a>]

</div>
</div>
Expand All @@ -1285,7 +1285,7 @@ <h2>Instance Method Detail</h2>
<br/>
<div>

[<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis.cr#L214" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L214" target="_blank">View source</a>]

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Redis/CannotConnectError.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h2>Overview</h2>
<h2>Defined in:</h2>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis/error.cr#L10" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/error.cr#L10" target="_blank">
redis/error.cr
</a>

Expand Down
2 changes: 1 addition & 1 deletion docs/Redis/CommandTimeoutError.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h2>Overview</h2>
<h2>Defined in:</h2>


<a href="https://github.com/stefanwille/crystal-redis/blob/c68f6eeac539dc7251a92adcd88ea441c4e1a866/src/redis/error.cr#L18" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/error.cr#L18" target="_blank">
redis/error.cr
</a>

Expand Down
Loading

0 comments on commit 3140389

Please sign in to comment.