Version with updated SQLite and modules enabled
RediSQL is a module for Redis that embed a completely functional SQLite database.
RediSQL enables new paradigm where is possible to have several smaller decentralized databases instead of a single giant one.
In this release, we enable support for several SQLite modules, in particular: JSON1 and FTS{3/4/5} that greatly enhance the capabilities of RediSQL and of Redis.
Is now possible to manage JSON document in a native and very fast way, similar is possible to execute full-text searches.
A simple use of the JSON module is provided here: Build a small analytics system using RediSQL
As always is possible to download the compiled module here in binary form or to compile the overall module using cargo.
If you checkout this tag, you can compile with cargo build --features=community --release
.
This is the last commit where you will need to use the --features
options, from now on it will be automatic.
From now on we are also going to provide dockers images in the docker hub, the docker name is siscia/redisql:v0.3.0