arrappend(
name: str,
path: Optional[str] = Path.root_path(),
*args: JsonType
) → List[Optional[int]]
ARRAPPEND(
key: RedisArgument,
path: RedisArgument,
json: RedisJSON,
...jsons: Array<RedisJSON>
) → Any
jsonArrAppend(
key: String,
path: Path,
pojos: Object...
) → Long
jsonArrAppend(
key: String,
path: Path2,
objects: Object...
) → List<Long>
jsonArrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the array inside the document.
values: JsonValue...
) → List<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
values: JsonValue...
) → List<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonStrings: String... // one or more JSON strings to be appended.
) → List<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the array inside the document.
jsonStrings: String... // one or more JSON strings to be appended.
) → List<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the array inside the document.
values: JsonValue...
) → RedisFuture<List<Long>> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
values: JsonValue...
) → RedisFuture<List<Long>> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonStrings: String... // one or more JSON strings to be appended.
) → RedisFuture<List<Long>> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the array inside the document.
jsonStrings: String... // one or more JSON strings to be appended.
) → RedisFuture<List<Long>> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the array inside the document.
values: JsonValue...
) → Flux<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
values: JsonValue...
) → Flux<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonStrings: String... // one or more JSON strings to be appended.
) → Flux<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
jsonArrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the array inside the document.
jsonStrings: String... // one or more JSON strings to be appended.
) → Flux<Long> // Long the resulting size of the arrays after the new data was appended, or null if the path does not exist. @since 6.8
JSONArrAppend(
ctx: context.Context,
key: Any,
path: string,
values: ...interface{}
) → *IntSliceCmd
ArrAppend(
key: RedisKey,
path: string?,
values: object[]
) → long?[]
No method signature available for this client.
jsonarrappend(
$key: string,
string $path = '$': Any,
$value: ...
) → array
No method signature available for this client.
No method signature available for this client.