methodRedisClient.strlenstrlen(key: KeyLike): Promise<number>;Get the length of the value stored in a key@param keyThe key to check@returnsPromise that resolves with the length of the string value, or 0 if the key doesn't existReferenced typestype KeyLike = string | ArrayBufferView | Blob