rediSQL icon indicating copy to clipboard operation
rediSQL copied to clipboard

Redis module that provides a completely functional SQL database

Results 13 rediSQL issues
Sort by recently updated
recently updated
newest added

` Compiling openssl-sys v0.9.45 Compiling libloading v0.5.0 Compiling miniz_oxide_c_api v0.2.1 Compiling sync_engine v0.6.0 (/home/moiaagent/softwares/rediSQL-1.1.2/sync_engine) Compiling hyper v0.12.28 error: failed to run custom build command for `backtrace-sys v0.1.28` Caused by: process...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 2.3.10 to 3.7.4. Release notes Sourced from aiohttp's releases. aiohttp 3.7.3 release Features Use Brotli instead of brotlipy [#3803](https://github.com/aio-libs/aiohttp/issues/3803) <https://github.com/aio-libs/aiohttp/issues/3803>_ Made exceptions pickleable. Also changed the repr...

dependencies

To load this extension in Redis Enterprise I need to pack it first. Do you have a packed version of PRO? https://github.com/RedisLabs/RAMP Getting these errors on my system Command: XXXXXX:bin...

Folks, I am seriously considering closing the repository. Unfortunately it is not making any money and there is no point for me on working on open source if it does...

Can you please confirm if redis sql can be used with Java project. If yes can you provide support liberary or simple example with execute command

Can you provide a C++ example/demo to use with RedisSQL module?

Hello, is it possible loading extensions into REDISQL? like: db.enable_load_extension(True) db.load_extension('./spellfix') I'm trying $ret = $redis->rawCommand('REDISQL.EXEC', $DbName, "SELECT load_extension('./spellfix');"); and getting Fatal error: Uncaught exception 'RedisException' with message 'not authorized'...

As I can not find any info in document about supported platform, I tried to build Redisql on Windows 10. But there is an error: ``` error: failed to run...

It can be quite beneficial to allow all the database to use the shared cache model. It would allow several interesting use cases.