hstrlen(
name: str,
key: str
) → Union[Awaitable[int], int]
HSTRLEN(
key: RedisArgument,
field: RedisArgument
) → Any
hstrlen(
key: byte[],
field: byte[]
) → long
hstrlen(
key: String,
field: String
) → long
hstrlen(
key: K, // the key.
field: K // the field type: key.
) → Long // Long integer-reply the string length of the field value, or 0 when field is not present in the hash or key does not exist at all.
hstrlen(
key: K, // the key.
field: K // the field type: key.
) → RedisFuture<Long> // Long integer-reply the string length of the field value, or 0 when field is not present in the hash or key does not exist at all.
hstrlen(
key: K, // the key.
field: K // the field type: key.
) → Mono<Long> // Long integer-reply the string length of the field value, or 0 when field is not present in the hash or key does not exist at all.
HStrLen(
ctx: context.Context,
key: Any,
field: string
) → *IntCmd
HashStringLength(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field containing the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at field, or 0 when key does not exist.
HashStringLength(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field containing the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at field, or 0 when key does not exist.
HashStringLength(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field containing the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at field, or 0 when key does not exist.
HashStringLength(
key: RedisKey, // The key of the hash.
hashField: RedisValue, // The field containing the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at field, or 0 when key does not exist.
hstrlen(
$key: string,
$field: string
) → int
No method signature available for this client.
No method signature available for this client.