-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shoham Elias <[email protected]>
- Loading branch information
1 parent
7ed7990
commit d897574
Showing
6 changed files
with
165 additions
and
133 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
.../client/src/main/java/glide/api/models/configuration/AdvancedBaseClientConfiguration.java
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
8 changes: 3 additions & 5 deletions
8
...client/src/main/java/glide/api/models/configuration/AdvancedGlideClientConfiguration.java
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
/** Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */ | ||
package glide.api.models.configuration; | ||
|
||
import lombok.Getter; | ||
import lombok.ToString; | ||
import lombok.experimental.SuperBuilder; | ||
|
||
|
||
@Getter | ||
@SuperBuilder | ||
@ToString | ||
public class AdvancedGlideClientConfiguration extends AdvancedBaseClientConfiguration { | ||
|
||
|
||
} | ||
public class AdvancedGlideClientConfiguration extends AdvancedBaseClientConfiguration {} |
7 changes: 3 additions & 4 deletions
7
...src/main/java/glide/api/models/configuration/AdvancedGlideClusterClientConfiguration.java
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/** Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 */ | ||
package glide.api.models.configuration; | ||
|
||
import lombok.Getter; | ||
import lombok.ToString; | ||
import lombok.experimental.SuperBuilder; | ||
|
||
|
||
@Getter | ||
@SuperBuilder | ||
@ToString | ||
public class AdvancedGlideClusterClientConfiguration extends AdvancedBaseClientConfiguration{ | ||
|
||
} | ||
public class AdvancedGlideClusterClientConfiguration extends AdvancedBaseClientConfiguration {} |
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
Oops, something went wrong.