Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 21:27
· 2 commits to main since this release
36d1a4b
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