You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-17 19:41:06 +03:00
fix #1636 - handle null in multi.exec
This commit is contained in:
@@ -3,3 +3,9 @@ export class AbortError extends Error {
|
||||
super('The command was aborted');
|
||||
}
|
||||
}
|
||||
|
||||
export class WatchError extends Error {
|
||||
constructor() {
|
||||
super('One (or more) of the watched keys has been changed');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user