From df38ab8980ba17eeb9e5b213e19ca441d352077d Mon Sep 17 00:00:00 2001 From: Tal Beja Date: Wed, 27 Jul 2016 15:00:09 +0300 Subject: [PATCH] Add a local flag that can prevent the adapter (redis) from publishing the emit to the pub\sub server --- lib/namespace.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/namespace.js b/lib/namespace.js index c197f546e9..7deaba1896 100644 --- a/lib/namespace.js +++ b/lib/namespace.js @@ -31,7 +31,8 @@ exports.events = [ exports.flags = [ 'json', - 'volatile' + 'volatile', + 'local' ]; /**