1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-08 09:22:13 +03:00
This commit is contained in:
documentation-bot
2025-11-12 09:53:33 +00:00
parent 93b5841de9
commit 158d6e519c

View File

@@ -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>&lt; 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>