Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wille committed Dec 29, 2019
1 parent 90dedfc commit f6c13b9
Show file tree
Hide file tree
Showing 17 changed files with 245 additions and 230 deletions.
31 changes: 18 additions & 13 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/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/commands.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/src/redis/commands.cr#L1" target="_blank">
redis/commands.cr
</a>

<br/>


<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/command_execution/value_oriented.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/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/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L37" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/src/redis.cr#L37" target="_blank">
redis.cr
</a>

<br/>


<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/command_execution/future_oriented.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/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/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/strategy/base.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/src/redis/strategy/base.cr#L1" target="_blank">
redis/strategy/base.cr
</a>

Expand Down Expand Up @@ -329,6 +329,11 @@ <h3>Instance methods inherited from module <code>Redis::CommandExecution::ValueO
string_array_or_string_command</a>,


<a href="Redis/CommandExecution/ValueOriented.html#string_array_or_string_or_integer_command%28request%3ARequest%29%3AArray%28RedisValue%29%7CString%7CInt64-instance-method" class="tooltip">
<span>string_array_or_string_or_integer_command(request : Request) : Array(RedisValue) | String | Int64</span>
string_array_or_string_or_integer_command</a>,


<a href="Redis/CommandExecution/ValueOriented.html#string_array_or_string_or_nil_command%28request%3ARequest%29%3AArray%28RedisValue%29%7CString%3F-instance-method" class="tooltip">
<span>string_array_or_string_or_nil_command(request : Request) : Array(RedisValue) | String?</span>
string_array_or_string_or_nil_command</a>,
Expand Down Expand Up @@ -553,8 +558,8 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
hlen</a>,


<a href="Redis/Commands.html#hmget%28key%2Cfields%3AArray%28String%29%29%3AArray%28RedisValue%29-instance-method" class="tooltip">
<span>hmget(key, fields : Array(String)) : Array(RedisValue)<br/>hmget(key, *fields : String) : Array(RedisValue)</span>
<a href="Redis/Commands.html#hmget%28key%2Cfields%3AArray%28String%29%29-instance-method" class="tooltip">
<span>hmget(key, fields : Array(String))<br/>hmget(key, *fields : String)</span>
hmget</a>,


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

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

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

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

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

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

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

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

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

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

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

[<a href="https://github.com/stefanwille/crystal-redis/blob/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis.cr#L214" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/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/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/error.cr#L10" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/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/38c6617f173dde20c1081317f74d9f6c1803fb85/src/redis/error.cr#L18" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/90dedfc994a72cd97e4b2f38efe66bcc50338348/src/redis/error.cr#L18" target="_blank">
redis/error.cr
</a>

Expand Down
Loading

0 comments on commit f6c13b9

Please sign in to comment.