Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wille committed Aug 21, 2019
1 parent ef8cf53 commit 14f0c6a
Show file tree
Hide file tree
Showing 19 changed files with 844 additions and 385 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add it to your `shard.yml`:
dependencies:
redis:
github: stefanwille/crystal-redis
version: ~> 2.2.1
version: ~> 2.3.0
```

and then install the library into your project:
Expand Down
94 changes: 47 additions & 47 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/d95a9867d324401754dfa10d4fa5745a85a2e740/src/redis/commands.cr#L1" target="_blank">
<a href="https://github.com/stefanwille/crystal-redis/blob/ef8cf5321123c3794933501b98c8a26175ce4053/src/redis/commands.cr#L1" target="_blank">
redis/commands.cr
</a>

<br/>


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

<br/>


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

Expand Down Expand Up @@ -378,8 +378,8 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
bitcount</a>,


<a href="Redis/Commands.html#bitop%28operation%2Ckey%2C%2Akeys%29-instance-method" class="tooltip">
<span>bitop(operation, key, *keys)</span>
<a href="Redis/Commands.html#bitop%28operation%2Ckey%2C%2Akeys%3AString%29%3AInt64-instance-method" class="tooltip">
<span>bitop(operation, key, *keys : String) : Int64<br/>bitop(operation, key, keys : Array(String)) : Int64</span>
bitop</a>,


Expand Down Expand Up @@ -523,8 +523,8 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
hlen</a>,


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


Expand Down Expand Up @@ -628,8 +628,8 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
ltrim</a>,


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


Expand Down Expand Up @@ -673,18 +673,18 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
pexpireat</a>,


<a href="Redis/Commands.html#pfadd%28key%2C%2Avalues%29-instance-method" class="tooltip">
<span>pfadd(key, *values)</span>
<a href="Redis/Commands.html#pfadd%28key%2C%2Avalues%3AString%29%3AInt64-instance-method" class="tooltip">
<span>pfadd(key, *values : String) : Int64<br/>pfadd(key, values : Array(String)) : Int64</span>
pfadd</a>,


<a href="Redis/Commands.html#pfcount%28%2Akeys%29-instance-method" class="tooltip">
<span>pfcount(*keys)</span>
<a href="Redis/Commands.html#pfcount%28keys%3AArray%28String%29%29%3AInt64-instance-method" class="tooltip">
<span>pfcount(keys : Array(String)) : Int64<br/>pfcount(*keys : String) : Int64</span>
pfcount</a>,


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


Expand All @@ -699,7 +699,7 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R


<a href="Redis/Commands.html#psubscribe%28%2Achannel_patterns%29-instance-method" class="tooltip">
<span>psubscribe(*channel_patterns)<br/>psubscribe(*channel_patterns, &callback_setup_block : Subscription -> )</span>
<span>psubscribe(*channel_patterns)<br/>psubscribe(channel_patterns : Array(String))<br/>psubscribe(*channel_patterns, &callback_setup_block : Subscription -> )</span>
psubscribe</a>,


Expand All @@ -714,7 +714,7 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R


<a href="Redis/Commands.html#punsubscribe%28%2Achannel_patterns%29-instance-method" class="tooltip">
<span>punsubscribe(*channel_patterns)</span>
<span>punsubscribe(*channel_patterns)<br/>punsubscribe(channel_patterns : Array(String))</span>
punsubscribe</a>,


Expand Down Expand Up @@ -753,8 +753,8 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
rpoplpush</a>,


<a href="Redis/Commands.html#rpush%28key%2C%2Avalues%29-instance-method" class="tooltip">
<span>rpush(key, *values)</span>
<a href="Redis/Commands.html#rpush%28key%2C%2Avalues%3AString%29-instance-method" class="tooltip">
<span>rpush(key, *values : String)<br/>rpush(key, values : Array(RedisValue))</span>
rpush</a>,


Expand Down Expand Up @@ -798,13 +798,13 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
script_load</a>,


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


<a href="Redis/Commands.html#sdiffstore%28destination%2C%2Akeys%29-instance-method" class="tooltip">
<span>sdiffstore(destination, *keys)</span>
<a href="Redis/Commands.html#sdiffstore%28destination%2C%2Akeys%3AString%29%3AInt64-instance-method" class="tooltip">
<span>sdiffstore(destination, *keys : String) : Int64<br/>sdiffstore(destination, keys : Array(String)) : Int64</span>
sdiffstore</a>,


Expand Down Expand Up @@ -838,13 +838,13 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
setrange</a>,


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


<a href="Redis/Commands.html#sinterstore%28destination_key%2C%2Akeys%29-instance-method" class="tooltip">
<span>sinterstore(destination_key, *keys)</span>
<a href="Redis/Commands.html#sinterstore%28destination_key%2C%2Akeys%3AString%29%3AInt64-instance-method" class="tooltip">
<span>sinterstore(destination_key, *keys : String) : Int64<br/>sinterstore(destination_key, keys : Array(String)) : Int64</span>
sinterstore</a>,


Expand Down Expand Up @@ -893,18 +893,18 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
strlen</a>,


<a href="Redis/Commands.html#subscribe%28%2Achannels%2C%26callback_setup_block%3ASubscription-%3E%29-instance-method" class="tooltip">
<span>subscribe(*channels, &callback_setup_block : Subscription -> )<br/>subscribe(*channels)</span>
<a href="Redis/Commands.html#subscribe%28channels%3AArray%28String%29%29%3AVoid-instance-method" class="tooltip">
<span>subscribe(channels : Array(String)) : Void<br/>subscribe(*channels : String)<br/>subscribe(*channels, &callback_setup_block : Subscription -> )</span>
subscribe</a>,


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


<a href="Redis/Commands.html#sunionstore%28destination%2C%2Akeys%29-instance-method" class="tooltip">
<span>sunionstore(destination, *keys)</span>
<a href="Redis/Commands.html#sunionstore%28destination%2Ckeys%3AArray%28String%29%29%3AInt64-instance-method" class="tooltip">
<span>sunionstore(destination, keys : Array(String)) : Int64<br/>sunionstore(destination, *keys : String) : Int64</span>
sunionstore</a>,


Expand All @@ -918,8 +918,8 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
type</a>,


<a href="Redis/Commands.html#unsubscribe%28%2Achannels%29-instance-method" class="tooltip">
<span>unsubscribe(*channels)</span>
<a href="Redis/Commands.html#unsubscribe%28channels%3AArray%28String%29%29%3ANil-instance-method" class="tooltip">
<span>unsubscribe(channels : Array(String)) : Nil<br/>unsubscribe(*channels)</span>
unsubscribe</a>,


Expand All @@ -928,13 +928,13 @@ <h3>Instance methods inherited from module <code><a href="Redis/Commands.html">R
unwatch</a>,


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


<a href="Redis/Commands.html#zadd%28key%2Cscores_and_members%3AArray%28RedisValue%29%29-instance-method" class="tooltip">
<span>zadd(key, scores_and_members : Array(RedisValue))<br/>zadd(key, *scores_and_members)</span>
<a href="Redis/Commands.html#zadd%28key%2C%2Ascores_and_members%29-instance-method" class="tooltip">
<span>zadd(key, *scores_and_members)<br/>zadd(key, scores_and_members : Array(RedisValue))</span>
zadd</a>,


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

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

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

[<a href="https://github.com/stefanwille/crystal-redis/blob/d95a9867d324401754dfa10d4fa5745a85a2e740/src/redis.cr#L193" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/ef8cf5321123c3794933501b98c8a26175ce4053/src/redis.cr#L193" target="_blank">View source</a>]

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

[<a href="https://github.com/stefanwille/crystal-redis/blob/d95a9867d324401754dfa10d4fa5745a85a2e740/src/redis.cr#L205" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/ef8cf5321123c3794933501b98c8a26175ce4053/src/redis.cr#L205" target="_blank">View source</a>]

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

[<a href="https://github.com/stefanwille/crystal-redis/blob/d95a9867d324401754dfa10d4fa5745a85a2e740/src/redis.cr#L284" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/ef8cf5321123c3794933501b98c8a26175ce4053/src/redis.cr#L284" target="_blank">View source</a>]

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

[<a href="https://github.com/stefanwille/crystal-redis/blob/d95a9867d324401754dfa10d4fa5745a85a2e740/src/redis.cr#L248" target="_blank">View source</a>]
[<a href="https://github.com/stefanwille/crystal-redis/blob/ef8cf5321123c3794933501b98c8a26175ce4053/src/redis.cr#L248" target="_blank">View source</a>]

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

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

Expand Down
Loading

0 comments on commit 14f0c6a

Please sign in to comment.