Skip to content

Commit 7dc6f08

Browse files
committed
fix: remove
Signed-off-by: Innei <tukon479@gmail.com>
1 parent 15943a4 commit 7dc6f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ const startServer = async () => {
294294
});
295295

296296
// Notify when keys expires
297-
getRedisPub().config('SET', 'notify-keyspace-events', 'Ex');
297+
// getRedisPub().config('SET', 'notify-keyspace-events', 'Ex');
298298
} catch (error) {
299299
logger.error('Failed to start server', error);
300300
}

0 commit comments

Comments
 (0)