From d102291e3ff1c153b3f67a42d86ccdf1e416458e Mon Sep 17 00:00:00 2001 From: eora21 Date: Sat, 30 Nov 2024 22:32:24 +0900 Subject: [PATCH] fix: update incorrect comment for publishOnSpecificResponseChannel --- lib/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index 57a0f62..a45be8a 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -59,8 +59,8 @@ export interface RedisAdapterOptions { /** * Whether to publish a response to the channel specific to the requesting node. * - * - if true, the response will be published to `${key}-request#${nsp}#${uid}#` - * - if false, the response will be published to `${key}-request#${nsp}#` + * - if true, the response will be published to `${key}-response#${nsp}#${uid}#` + * - if false, the response will be published to `${key}-response#${nsp}#` * * This option currently defaults to false for backward compatibility, but will be set to true in the next major * release.