strlen(
name: KeyT
) → ResponseT
STRLEN(
key: RedisArgument
) → Any
strlen(
key: byte[]
) → long
strlen(
key: String
) → long
strlen(
key: K // the key.
) → Long // Long integer-reply the length of the string at key, or 0 when key does not exist.
strlen(
key: K // the key.
) → RedisFuture<Long> // Long integer-reply the length of the string at key, or 0 when key does not exist.
strlen(
key: K // the key.
) → Mono<Long> // Long integer-reply the length of the string at key, or 0 when key does not exist.
StrLen(
ctx: context.Context,
key: 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.
StringLength(
key: RedisKey, // The key of the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at key, 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.
StringLength(
key: RedisKey, // The key of the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at key, 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.
StringLength(
key: RedisKey, // The key of the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at key, 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.
StringLength(
key: RedisKey, // The key of the string.
flags: CommandFlags // The flags to use for this operation.
) → long // The length of the string at key, or 0 when key does not exist.
strlen(
$key: string
) → int
strlen(
key: K
) → (usize)
strlen(
key: K
) → (usize)