-
```
127.0.0.1:2009> REDISQL.EXEC DB "CREATE TABLE foo(A INT, B TEXT);"
(error) Command incomplete, no `COMMAND` nor `STATEMENT` fields
```
-
Environmet:
virtual-machine ubuntu x86_64 8C 8G
redis5.0 cluster mode,with 3 master nodes,no slave
create db and table sql:
REDISQL.REDISQL.CREATE_DB DB_DEVICE
REDISQL.EXEC DB_DEVICE "create ta…
-
Hello, I need a batch insert method?
Maybe a few hundred thousand, maybe more?
Thank you very much!
-
Hello,
I would like to connect RediSQL with .net core . Please make a tutorial for us using .net core.
-
I try to skip the loading of the RediSQL module during REDIS start, but REDIS told me that the RDB cannot be loaded due to some data is used by RediSQL but the module did not load. Unluckily that I di…
cscan updated
4 years ago
-
https://github.com/RedBeardLab/rediSQL/issues/66#issuecomment-507596085
> Does this timeout?
> I need to fix the timeout as well.
> What I believe happens, is that the query takes more than 1…
-
env:
redis 5.0.3 + redisql 1.0.3
illegal character caused redisql to shutdown?
i checked my data , they are normal. just include null, nan, '' . i think it is resolved in redisql 1.0.3.
https:…
-
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…
-
Ruby has at least one Redis gem. Provide an example to demonstrate how to use rediSQL with Ruby. Bonus: Show how something like `rake db:create db:migrate` might work.
-
Hello,
I want to make query like Standard SQL using java. Please make a tutorial for us using java.
What dependencies are required to work properly like your python example using java please me…