-
Bug
-
Resolution: Done
-
Major
-
14.0.1.Final
-
None
According to the https://redis.io/commands/reset/ the reset command can just abort the SUBSCRIBE/PSUBSCRIBE state. There is no need to notify users of unsubscribed names. This is further reinforced with lettuce client which disconnects its netty client and reconnects on the next request. See https://github.com/infinispan/infinispan/pull/10403#discussion_r999899279 for context.