|
|
|
@ -849,6 +849,7 @@ public interface RedisCommands {
|
|
|
|
|
|
|
|
|
|
RedisStrictCommand<Boolean> JSON_DEL_BOOLEAN = new RedisStrictCommand<>("JSON.DEL", new BooleanReplayConvertor());
|
|
|
|
|
|
|
|
|
|
RedisStrictCommand<Void> JSON_MSET = new RedisStrictCommand<>("JSON.MSET", new VoidReplayConvertor());
|
|
|
|
|
RedisStrictCommand<Void> JSON_SET = new RedisStrictCommand<>("JSON.SET", new VoidReplayConvertor());
|
|
|
|
|
RedisStrictCommand<Void> JSON_MERGE = new RedisStrictCommand<>("JSON.MERGE", new VoidReplayConvertor());
|
|
|
|
|
RedisStrictCommand<Boolean> JSON_SET_BOOLEAN = new RedisStrictCommand<>("JSON.SET", new BooleanNotNullReplayConvertor());
|
|
|
|
|