-
Do the following:
1.Create 100 hashtable key with 'cats' prefix to write in redis and then write 100 hashtable key with 'dogs' prefix
2. Run command **REDISQL.CREATE_DB DB**
3. Run command **RED…
-
I setup Redis Replication Master-Slave by loading rediSQL_0.6.0.so module on both.I have configure redis Master for Write operation and Slave for only Read.
I verify Replication Write/Read operati…
-
Hello, can You please make 32 bit build release?
Need to scale solution fir the old system.
-
Can this be compiled to web assembly (or wasi) and use the local storage to persist data? or maybe ignore persistence feature all together for web assembly version.
-
redis shutdown because of the transaction.
my code:
Transaction transaction = jedis.multi();
transaction.executeSQL("test", "select * from op_driver");
transaction.executeSQL("test", "select cou…
-
I have a redis-server instance running on a raspberry PI 4 with 2Gb of memory. REDIS was running normally until I started using it today by creating a rediSQL DB, create a table then attempting to put…
ghost updated
5 years ago
-
Is it possible to use this from java client? I noticed the sample python code redis_pool.execute_command("REDISQL.EXEC", command), wondering if there is similar thing in java
-
look like this project is tagged sqlite3, may I ask how sqlite3 is being used in this project? thanks
-
is cluster supported?
-
thanks a lot! this module is great! i want to learn it,but i don't know where to get the RediSQL .so file,need help !thanks !