You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-12-11 09:22:35 +03:00
Updates
This commit is contained in:
@@ -174,6 +174,11 @@ advantage of auto-pipelining and handle your Promises, use <code>Promise.all()</
|
||||
<td>See <a href="https://github.com/redis/node-redis/blob/master/docs/pub-sub.md#sharded-channel-moved-event">here</a></td>
|
||||
<td>See <a href="https://github.com/redis/node-redis/blob/master/docs/pub-sub.md#sharded-channel-moved-event">here</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>invalidate</code></td>
|
||||
<td>Client Tracking is on with <code>emitInvalidate</code> and a key is invalidated</td>
|
||||
<td><code>(key: RedisItem | null)</code></td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<blockquote>
|
||||
<p>:warning: You <strong>MUST</strong> listen to <code>error</code> events. If a client doesn't have at least one <code>error</code> listener registered and
|
||||
|
||||
Reference in New Issue
Block a user