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
feat: update RedisChannelConfig to use ConnectionOptions (#2)
* refactor: update RedisChannelConfig to use ConnectionOptions
* refactor: rename connection property to connectionOptions and enhance ConnectionOptions interface in RedisChannelConfig
* refactor: remove unused comments
* refactor: update RedisChannelConfig to use a simplified Connection interface and adjust related components