I am in windows and want to load external redis modules such as Redisearch and RediSQL packages in redis-server .
For which i download a .so file and want to load it to redis-server .
What is the best way to do that please send .
I am using windows OS.
2
Answers
microsoftarchive/redis
The latest version of Redis for Windows is
v3.2
.Redis Modules support appeared only in
v4.0
.Alternatively, you can try using WSL2 to run the latest Redis with module support.
As Victor pointed out you are using an abandoned Redis project by Microsoft called OpenTech Redis.
I suggest you checkout Memurai.
Memurai is an up-to-date native Windows port of Redis that derives from that project (see this commit).
Memurai is also available with a free Developer Edition.
Disclaimer: I work in Memurai.