hcyrs
hcyrs
~/works/yewtify$ cargo build Compiling yewtify v0.0.0 (/home/xxxx/works/yewtify) error: failed to run custom build command for `yewtify v0.0.0 (/home/xxxx/works/yewtify)` Caused by: process didn't exit successfully: `/home/xxxx/works/yewtify/target/debug/build/yewtify-fe819398fe506c0c/build-script-build` (exit code: 1) --- stderr...
when i call RedisGraph in redismodule-rs, redis fail. ``` fn hello_person(ctx: &Context, _: Vec) -> RedisResult { let r = ctx.call("GRAPH.QUERY", &["person", r#"MATCH (n) RETURN n"#]); match r { Ok(v)...