-
My redis extension: https://github.com/cryptorelay/redis-aggregation
My redismodule-rs fork: https://github.com/cryptorelay/redismodule-rs
There are lots of changes(probably breaking ones), if you…
-
The current `Makefile` is from v1. We may want to keep it to build the docs etc. and possibly as a front end to `cargo`. But the targets should be updated accordingly.
@gkorland WDYT?
-
These values are currently hardcoded to `1`. We should be able to configure these variables when calling the `redis_module!` macro.
-
What is the latest stable release version of the Pro edition? I purchased RediSQL Pro on Jan 27, 2020 and it came with a download link for version 1.0.2 (see attached). However, after checking out you…
-
Currently the `RedisAlloc` is [enforced at compilation](https://github.com/RedisLabsModules/redismodule-rs/blob/4f7a37849951ee2df9f9443dc519e7a3f3fca505/src/lib.rs#L31-L32) and then [at runtime a flag…
-
When using $ symbol redis crashed (without it works fine)
```bash
127.0.0.1:6379> json.set user2 . '[{"code":"1"}, {"code":"2"}]'
OK
127.0.0.1:6379> json.get user2 ".[?(@.code==\"2\")]"
"{\"cod…
-
FLUSHALL, BGSAVE, SYNC and similar commands failed after trying out the module provided as example.
Note that, I can do *FLUSHALL* even after the redis server started with the module. The problems …
-
redisql version 0.7.1
> redisql.copy test_a test_b
OK
> redisql.exec test_a "select name from sqlite_master where type='table'"
(nil)
(10.05s)
> redisql.exec test_b "select name from sqlite_ma…
-
```
make[3]: Leaving directory `/home/d/www/redis/RediSearch/build-compat'
make[3]: Entering directory `/home/d/www/redis/RediSearch/build-compat'
[ 17%] Building C object CMakeFiles/rscore.dir/src…
-
### 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
`…