RedBeardLab / rediSQL

Redis module that provides a completely functional SQL database

Home Page:https://redisql.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove RediSQL from Redis

cscan opened this issue · comments

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 did not backup the RDB before install RediSQL. Is there any correct approach or procedure to totally remove RediSQL from my REDIS.

After I del the key of RediSQL DB and remark the module in redis.conf, the REDIS can be restart normally.