DEV Community

Redis on Laragon

Dendi Handian on December 09, 2021

Redis is no longer supported in Windows, but the version 3.2.1 is still available to use (ref), so that's why laragon contain version 3.* only. If...
Collapse
 
ali_salehi_66728e34213971 profile image
Ali Salehi

tnks Dear @dendihandian.🙏❤️

I would also add that after all the above, you need to enable the Redis port in the Laragon preferences. (I did this and Redis showed up for me)

Image description

And now I can work with it in Laragon!
Image description

Collapse
 
dendihandian profile image
Dendi Handian

thankyou Ali Salehi

Collapse
 
taelkir profile image
Tom Stanley

Great guide, works perfectly. Thank you.

Is there a way that you know of to get Redis to run automatically without the CLI through Laragon, like Apache and SQL do? I can just imagine the number of times in the future I'm going to forget to open a terminal to start it running before I start work.

Collapse
 
dendihandian profile image
Dendi Handian

I don't know why Redis is not in dashboard menu, maybe still in the work by the creator

Collapse
 
eskayamadeus profile image
Elikem Seake-Kwawu

You can find it in "Preferences>Services and ports"

Thread Thread
 
dendihandian profile image
Dendi Handian

Thanks for the info, I rarely click that Preferences menu 😄 and now it open the possibility to explore laragon more and create more posts

Thread Thread
 
taelkir profile image
Tom Stanley

Fantastic, thank you

Collapse
 
timoye profile image
Timothy Soladoye

thanks

Collapse
 
mahmudulhsn profile image
M H Hasib

How can I add the 6.0.2 version to Laragon version 6? I am not finding the DLL file only here. What would be the procedure? pecl.php.net/package/redis

Collapse
 
dendihandian profile image
Dendi Handian

I encourage you to use docker-based solution to install latest redis version in Windows machine (using Docker Desktop/WSL) or eventually in production. Maybe it was stopped to support in Windows.

Collapse
 
mahmudulhsn profile image
M H Hasib

Thanks. BTW I made it happen.