-
RedisJSON v2.0.6
1.https://www.rust-lang.org/tools/install
2.cargo build --release
Compiling libc v0.2.109
Compiling autocfg v1.0.1
Compiling proc-macro2 v1.0.33
Compiling unicode-xid v…
qxqxq updated
2 years ago
-
```
Running `/home/pili/.cargo/bin/sccache rustc --crate-name redis_module --edition=2018 /home/pili/.cargo/registry/src/mirrors.sjtug.sjtu.edu.cn-7a04d2510079875b/redis-module-0.11.0/src/lib.rs --er…
-
OS is CentOS7 via docker image "image: centos:7"
the build is made using docker-compose via a .yaml file which has this image as its base:
`services:
rpm_build-centos7:
image: centos…
-
After faced a lot of obstacles with yocto recipe decide to cross-compile localy and put lib in distro (#471)
I've tried to build with `cargo test --lib --target armv7-unknown-linux-gnueabihf`
But te…
-
`2781896:M 03 Jun 2021 02:04:06.846 # Redis 255.255.255 crashed by signal: 11, si_code: 1
2781896:M 03 Jun 2021 02:04:06.846 # Accessing address: (nil)
------ STACK TRACE ------
Backtrace:
/li…
-
LLVM is latest homebrew version (11), rustc is 1.51
Error report is:
Compiling redis-module v0.11.0
Compiling redisearch_api v0.5.0
error: failed to run custom build command for `redisearch…
-
I tried loading it via configuration but it coredumps, can't restart the service.
```
root@lcx:/etc/redis# service redis-server restart
root@lcx:/etc/redis# service redis-server status
● redis-s…
-
I do the following
git clone https://github.com/RedisLabsModules/rejson.git
cd rejson/
cargo build --release
cargo test --features test
redis-server --loadmodule ./target/release/librejson.so
…
-
Env:
```
redismodule-rs on master is 📦 vredis-module:0.15.0 via 𝗥 v1.49.0
19.6.0 Darwin Kernel Version 19.6.0
root:xnu-6153.141.28.1~1/RELEASE_X86_64 x86_64
mac os catalina - 10.15.7 (19H1030)
…
-
```
error[E0308]: mismatched types
--> redis-calc/src/lib.rs:138:1
|
138 | / redis_module! {
139 | | name: "crusty.calc",
140 | | version: 1,
141 | | data_types: [],
... |…