-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove the loop condition in the test code to fix CI (#3)
* [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.
- Loading branch information
1 parent
178bebf
commit bef8318
Showing
5 changed files
with
87 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Always validate the PR title AND all the commits | ||
titleAndCommits: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters