You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-08 09:22:13 +03:00
Updates
This commit is contained in:
@@ -188,37 +188,7 @@ an <code>error</code> occurs, that error will be thrown and the Node.js process
|
||||
<p>The client will not emit <a href="https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md#all-the-removed-events">any other events</a> beyond those listed above.</p>
|
||||
</blockquote>
|
||||
<a id="md:supported-redis-versions" class="tsd-anchor"></a><h2><a href="#md:supported-redis-versions">Supported Redis versions</a></h2><p>Node Redis is supported with the following versions of Redis:</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Version</th>
|
||||
<th>Supported</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody><tr>
|
||||
<td>8.2.z</td>
|
||||
<td>:heavy_check_mark:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8.0.z</td>
|
||||
<td>:heavy_check_mark:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7.4.z</td>
|
||||
<td>:heavy_check_mark:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7.2.z</td>
|
||||
<td>:heavy_check_mark:</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>< 7.2</td>
|
||||
<td>:x:</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<blockquote>
|
||||
<p>Node Redis should work with older versions of Redis, but it is not fully tested and we cannot offer support.</p>
|
||||
</blockquote>
|
||||
<p>See <a href="https://github.com/redis/node-redis/blob/master/SUPPORTED_REDIS_VERSIONS.md">Supported Redis Versions</a>.</p>
|
||||
<a id="md:migration" class="tsd-anchor"></a><h2><a href="#md:migration">Migration</a></h2><ul>
|
||||
<li><a href="https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md">From V3 to V4</a></li>
|
||||
<li><a href="https://github.com/redis/node-redis/blob/master/docs/v4-to-v5.md">From V4 to V5</a></li>
|
||||
|
||||
Reference in New Issue
Block a user