I attempted to download and configure redis for windows in my project's node_modules but all the tutorials I searched up are old. The command in particular that I want access to is redis-server. How can I download redis 5.0 on windows without using a vm? Thanks!
Redis does not run natively on windows. There are some older versions of Redis which are ported to windows, but they are no longer maintained. Best alternative would be to run your project in Windows Subsystem for Linux (WSL). Here are some options: https://github.com/ServiceStack/redis-windows