-
Hi!
Thanks for your work on the library.
I would be interested in adding support for [RediSQL](https://redisql.com/) with references here: http://redbeardlab.tech/rediSQL/references/
I work o…
-
.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O.O
Fast memory test PASSED, however your memory can still be broken. Please run a memory test for several hours if possible.
------ DUMPING …
-
The redis logs give the time taken for the query execution but this time includes both the query translation of rediSQL and the actual database access time. Is there any way to just get the access tim…
-
23189:C 25 Mar 2019 14:39:44.911 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
23189:C 25 Mar 2019 14:39:44.911 # Redis version=5.0.3, bits=64, commit=00000000, modified=0, pid=23189, just started
…
-
https://payhip.com/RediSQL
I am not able to buy the latest pro version.
Tried it yesterday and today and always get this error: "Apologies, could not complete transaction"
I can pay using my cr…
-
try use you soft from https://hub.docker.com/r/siscia/redisql/, but get error
python rediSQL_bench.py
```python
Starting performance test
Creating tables
Traceback (most recent call last):
Fil…
-
Hi all,
I am tracing an issue that I reported in the module mail list: https://groups.google.com/forum/#!topic/redis-module-devs/ktAYnNOfv-k
Overall the problem that I see is that the command RM…
-
Using this repo (https://github.com/nlfiedler/magick-rust/) to compile bindings for ImageMagick has been working pretty well for a while. Was using bindgen 0.29, then tried to update to 0.42 today. Th…
-
Hi,
I'm connecting to redis using this command;
redisReply *reply = redisCommand(extra->c,"REDISQL.EXEC stressdb %s", "DROP TABLE IF EXISTS ycsb;");
extra->c is created like the following
…
-
Results seem to return -1 when a large bit should be returned
```
192.168.0.45:6379> flushall
OK
192.168.0.45:6379> REDISQL.CREATE_DB db
OK
192.168.0.45:6379> redisql.exec db "CREATE TABLE ip_…