Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Modify pub&sub code under cluster (#5)
* [NEW] Added maven-ci.yml [NEW] Added WatcherConstant.java [NEW] Added LettuceRedisWatcher.java [NEW] Added LettuceSubscriber.java [NEW] Added LettuceSubThread.java [NEW] Added LettuceRedisWatcherTest.java [UPDATE] Updated .gitignore [NEW] Added .releaserc.json [NEW] Added maven-settings.xml [NEW] Added pom.xml [UPDATE] Updated README.md * Refactor LettuceRedisWatcherTest.java to use local IP address instead of remote IP address for testing. * Update LettuceRedisWatcherTest.java to simplify watcher initialization and update logic. * Refactor Redis connection initialization and add support for Redis Cluster. - Add Redis URI constants. - Update Redis connection initialization in LettuceRedisWatcher. - Add constructors for different Redis connection types. - Add support for Redis Cluster in LettuceRedisWatcher. - Update LettuceRedisWatcherTest to test Redis Cluster connection. * Update LettuceRedisWatcherTest.java to use localhost as the redis server instead of the specific IP address. * Update node version from 16 to 18 in maven-ci.yml and add new semantic.yml. * Refactor semantic.yml to disable validation for the PR title and all the commits. * Refactor LettuceRedisWatcher.java and LettuceRedisWatcherTest.java
- Loading branch information