You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedisPubSubunconditionally runs both an UNSUBSCRIBE and a PUNSUBSCRIBE command when unsubscribing. Normally, this probably isn't an issue, but ElastiCache Serverless doesn't support PUNSUBSCRIBE, causing an exception, and preventing the rest of the cleanup from happening. It would be helpful to have an option not to run the PUNSUBSCRIBE.