-
Necessary to investigate how RediSQL behave on Centos.
It seems quite hard to compile and run it on Centos
-
➜ rediSQL git:(master) cargo build --release
error: failed to load source for a dependency on `engine_pro`
Caused by:
Unable to update file:///home/tetter/redis/rediSQL/engine_pro
Caused by…
-
### Input C/C++ Header
https://github.com/RedBeardLab/rediSQL/blob/master/redisql_lib/src/CDeps/Redis/include/redismodule.h
### Bindgen Invocation
```
$ bindgen redismodule.h > bobo.rs
`…
-
After i install rust use
`curl https://sh.rustup.rs -sSf | sh`
Then i Compiling the rediSQL following the instruction.
I don't know how to solve this problem,can you help me?
```
[root@localhost…
-
I am running redis "Redis 4.0.8 (00000000/0) 64 bit" on MAC OS 10.12.6. Loading libredis_sql.so (v0.3.1) gives the following error message:
32342:M 15 Mar 13:06:36.198 # Server initialized
32342:M…
-
This error occurs when I load the rediSQL v0.3.1 module in CentOS 7. I try to find the issue on Google, but not working. If you have any idea, please help me. Thanks !
`3116:M 24 Feb 10:10:34.237 # …
-
I received the following error log when trying to build rediSQL on raspberry pi.
Please let me know if I can supply further information
Compiling rediSQL v0.3.0 (file:///home/pi/redis/modules/r…
-
I downloaded the so file from https://plasso.com/s/epp4GbsJdp-redisql and then reported the following error when starting the server. How do I handle this?
thanks
```
$ redis-server --loadmodule …
-
I believe there is a lot of interest into mixing futher Redis and SQLite.
I want to create an abstraction called `Projection` that will contains the best of both Redis AND SQL.
We project on a t…
-
Thanks for this great lib.
Does txredisapi support _module_ feature added in _redis > 4.0_ ?
I am specifically looking for [redisSQL](https://github.com/RedBeardLab/rediSQL) support.