Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaskins committed Jan 12, 2024
1 parent fbd617f commit 4b77f1f
Show file tree
Hide file tree
Showing 87 changed files with 830 additions and 830 deletions.
6 changes: 3 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="0.8.1">
<meta name="crystal_docs.project_version" content="0.9.0">
<meta name="crystal_docs.project_name" content="redis">


Expand All @@ -14,7 +14,7 @@
<script type="text/javascript" src="js/doc.js"></script>

<meta name="repository-name" content="redis">
<title>redis 0.8.1</title>
<title>redis 0.9.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "";
</script>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
0.8.1
0.9.0
</span>
</div>
</div>
Expand Down
40 changes: 20 additions & 20 deletions docs/Redis.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="0.8.1">
<meta name="crystal_docs.project_version" content="0.9.0">
<meta name="crystal_docs.project_name" content="redis">


Expand All @@ -14,7 +14,7 @@
<script type="text/javascript" src="js/doc.js"></script>

<meta name="repository-name" content="redis">
<title>Redis - redis 0.8.1</title>
<title>Redis - redis 0.9.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "";
</script>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
0.8.1
0.9.0
</span>
</div>
</div>
Expand Down Expand Up @@ -597,112 +597,112 @@ <h2>
</h2>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/client.cr#L5" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/client.cr#L5" target="_blank">
client.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/cluster.cr#L7" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/cluster.cr#L7" target="_blank">
cluster.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/commands.cr#L8" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/commands.cr#L8" target="_blank">
commands.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/connection.cr#L12" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/connection.cr#L12" target="_blank">
connection.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/errors.cr#L1" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/errors.cr#L1" target="_blank">
errors.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/graph.cr#L7" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/graph.cr#L7" target="_blank">
graph.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/json.cr#L5" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/json.cr#L5" target="_blank">
json.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/parser.cr#L4" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/parser.cr#L4" target="_blank">
parser.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/pipeline.cr#L5" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/pipeline.cr#L5" target="_blank">
pipeline.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/redis.cr#L7" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/redis.cr#L7" target="_blank">
redis.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/search.cr#L3" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/search.cr#L3" target="_blank">
search.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/streaming.cr#L3" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/streaming.cr#L3" target="_blank">
streaming.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/time_series.cr#L4" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/time_series.cr#L4" target="_blank">
time_series.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/transaction.cr#L4" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/transaction.cr#L4" target="_blank">
transaction.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/value.cr#L3" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/value.cr#L3" target="_blank">
value.cr
</a>

<br/>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/writer.cr#L1" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/writer.cr#L1" target="_blank">
writer.cr
</a>

Expand All @@ -729,7 +729,7 @@ <h2>


<dt class="entry-const" id="VERSION">
<strong>VERSION</strong> = <code><span class="s">&quot;0.8.0&quot;</span></code>
<strong>VERSION</strong> = <code><span class="s">&quot;0.9.0&quot;</span></code>
</dt>


Expand Down
8 changes: 4 additions & 4 deletions docs/Redis/BusyGroup.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="0.8.1">
<meta name="crystal_docs.project_version" content="0.9.0">
<meta name="crystal_docs.project_name" content="redis">


Expand All @@ -14,7 +14,7 @@
<script type="text/javascript" src="../js/doc.js"></script>

<meta name="repository-name" content="redis">
<title>Redis::BusyGroup - redis 0.8.1</title>
<title>Redis::BusyGroup - redis 0.9.0</title>
<script type="text/javascript">
CrystalDocs.base_path = "../";
</script>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h1 class="project-name">
</h1>

<span class="project-version">
0.8.1
0.9.0
</span>
</div>
</div>
Expand Down Expand Up @@ -599,7 +599,7 @@ <h2>
</h2>


<a href="https://github.com/jgaskins/redis/blob/v0.8.1/src/errors.cr#L17" target="_blank">
<a href="https://github.com/jgaskins/redis/blob/v0.9.0/src/errors.cr#L17" target="_blank">
errors.cr
</a>

Expand Down
Loading

0 comments on commit 4b77f1f

Please sign in to comment.