seppo0010 / rlite

self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL.
BSD 2-Clause "Simplified" License
1.06k stars 39 forks source link

update to version 4.x of redis #37

Open gminorcoles opened 6 years ago

gminorcoles commented 6 years ago

Hi, this looks very cool. How much work would it be to upgrade this codebase so that it supports a core "embeddable" set of features in 4.0? I am thinking of modules specifically.

If I had hints about what you did to bend redis into the shape of rlite, I might be able to do the same to redis 4.x.

seppo0010 commented 6 years ago

It'd be tons of works. rlite is a rewrite of redis, so implementing modules would require to re implement the same API for rlite.