-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from valkey-io/feature-change-name-to-valkey-java
Chore: change name to valkey-java
- Loading branch information
Showing
703 changed files
with
3,517 additions
and
3,583 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
src/main/java/io/jackey/commands/RedisModulePipelineCommands.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...main/java/io/jackey/AbstractPipeline.java → ...main/java/io/valkey/AbstractPipeline.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,4 +1,4 @@ | ||
package io.jackey; | ||
package io.valkey; | ||
|
||
import java.io.Closeable; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...n/java/io/jackey/AbstractTransaction.java → ...n/java/io/valkey/AbstractTransaction.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,4 +1,4 @@ | ||
package io.jackey; | ||
package io.valkey; | ||
|
||
import java.io.Closeable; | ||
import java.util.List; | ||
|
2 changes: 1 addition & 1 deletion
2
...ain/java/io/jackey/BinaryJedisPubSub.java → ...ain/java/io/valkey/BinaryJedisPubSub.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,4 +1,4 @@ | ||
package io.jackey; | ||
package io.valkey; | ||
|
||
public abstract class BinaryJedisPubSub extends JedisPubSubBase<byte[]> { | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...a/io/jackey/BinaryJedisShardedPubSub.java → ...a/io/valkey/BinaryJedisShardedPubSub.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
2 changes: 1 addition & 1 deletion
2
src/main/java/io/jackey/Builder.java → src/main/java/io/valkey/Builder.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,4 +1,4 @@ | ||
package io.jackey; | ||
package io.valkey; | ||
|
||
public abstract class Builder<T> { | ||
|
||
|
63 changes: 31 additions & 32 deletions
63
src/main/java/io/jackey/BuilderFactory.java → src/main/java/io/valkey/BuilderFactory.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
2 changes: 1 addition & 1 deletion
2
...main/java/io/jackey/ClientCapaConfig.java → ...main/java/io/valkey/ClientCapaConfig.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,4 +1,4 @@ | ||
package io.jackey; | ||
package io.valkey; | ||
|
||
public class ClientCapaConfig { | ||
private final boolean disabled; | ||
|
4 changes: 2 additions & 2 deletions
4
...n/java/io/jackey/ClientSetInfoConfig.java → ...n/java/io/valkey/ClientSetInfoConfig.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: 4 additions & 4 deletions
8
...va/io/jackey/ClusterCommandArguments.java → ...va/io/valkey/ClusterCommandArguments.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
16 changes: 8 additions & 8 deletions
16
...java/io/jackey/ClusterCommandObjects.java → ...java/io/valkey/ClusterCommandObjects.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
Oops, something went wrong.