Port Redis Time Series module to Windows

Anybody compiled Redis Time Series module on Windows? I built one but it didn’t pass all unit tests.
In test_ooo.py, some time series samples can’t be ranged queried.
Comparing main…1.4.10_win · mwnd/RedisTimeSeries (github.com)

I use Tomasz’s Redis Windows 5.0.10 to load the module. Maybe I should poke him to ask for help? :smiley:

@xyu we haven’t tried to run on windows, i suggest you to try and use the docker image on windows or WSL.

Thanks Danni. I already run the Docker image or WSL but I do wish I could run a Redis on an embedded Windows systems.