strappend(
name: str,
value: str,
path: Optional[str] = Path.root_path()
) → Union[int, List[Optional[int]]]
STRAPPEND(
key: RedisArgument,
append: string,
options?: JsonStrAppendOptions
) → Any
jsonStrAppend(
key: String,
string: Object
) → long
jsonStrAppend(
key: String,
path: Path,
string: Object
) → long
jsonStrAppend(
key: String,
path: Path2,
string: Object
) → List<Long>
jsonStrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the value(s) where we want to append the value.
value: JsonValue
) → List<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
value: JsonValue
) → List<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonString: String // the JSON string to append.
) → List<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the value(s) where we want to append the value.
jsonString: String // the JSON string to append.
) → List<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the value(s) where we want to append the value.
value: JsonValue
) → RedisFuture<List<Long>> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
value: JsonValue
) → RedisFuture<List<Long>> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonString: String // the JSON string to append.
) → RedisFuture<List<Long>> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the value(s) where we want to append the value.
jsonString: String // the JSON string to append.
) → RedisFuture<List<Long>> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the value(s) where we want to append the value.
value: JsonValue
) → Flux<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
value: JsonValue
) → Flux<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonString: String // the JSON string to append.
) → Flux<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
jsonStrappend(
key: K, // the key holding the JSON document.
jsonPath: JsonPath, // the JsonPath pointing to the value(s) where we want to append the value.
jsonString: String // the JSON string to append.
) → Flux<Long> // Long the new length of the string, or null if the matching JSON value is not a string. @since 6.8
JSONStrAppend(
ctx: context.Context,
key: Any,
path: Any,
value: string
) → *IntPointerSliceCmd
StrAppend(
key: RedisKey,
value: string,
path: string?
) → long?[]
No method signature available for this client.
jsonstrappend(
$key: string,
$path: string,
$value: string
) → array
No method signature available for this client.
No method signature available for this client.