Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recommand to support windows #380

Open
zkteco-home opened this issue Jan 22, 2024 · 3 comments
Open

recommand to support windows #380

zkteco-home opened this issue Jan 22, 2024 · 3 comments

Comments

@zkteco-home
Copy link

I compiled redisjson with redismodle-rs,I found allocation_free_panic not support windows only,I hope it can update to support windows

@iddm
Copy link
Collaborator

iddm commented Jan 22, 2024

I compiled redisjson with redismodle-rs,I found allocation_free_panic not support windows only,I hope it can update to support windows

Hi @zkteco-home, and thank you for your request!

Unfortunately, I am here to tell you that Redis doesn't support Windows, so this will probably never happen. However, if you follow the official steps, the WSL2 is used there to make Redis work. If you compile from within this WSL2 environment, you will get the allocation-free panic working. Good luck! Please ask any questions should you have more!

There are currently no plans to start supporting Windows.

@zkteco-home
Copy link
Author

zkteco-home commented Jan 24, 2024

Although Redis dosn't support Windows official,but I compiled Redis windows version,see https://github.com/zkteco-home/redis-windows

I also compiled RedisJson with redismodule-rs on windows,it is native,without WSL2 or WSys,it can work fine.just allocation_free_panic function in Alloc.rs not support windows,other work fine in windows.
https://github.com/zkteco-home/RedisJson

@iddm
Copy link
Collaborator

iddm commented Jan 24, 2024

Although Redis dosn't support Windows official,but I compiled Redis windows version,see https://github.com/zkteco-home/redis-windows

I also compiled RedisJson with redismodule-rs on windows,it is native,without WSL2 or WSys,it can work fine.just allocation_free_panic function in Alloc.rs not support windows,other work fine in windows.

https://github.com/zkteco-home/RedisJson

Great to know that you were able to do that, I sincerely hope it solves all the troubles for you! However, I should clarify that the absence of "support" means that we don't do anything in particular to enable Redis to work under Windows and/or guarantee it being possible; at the same time, it does not mean that it cannot happen in principle, just as in your case you mentioned above.

Have a great day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants