Answer the question
In order to leave comments, you need to log in
How to run redis-server on Laravel?
When I try to start redis with the command redis-server
, it says redis-server is not an internal or external command, executable program or batch file.
Before that, I ran commands composer require predis/predis
and npm i redis-server
.
Am I not starting redis correctly, or do I still not have it installed?
Answer the question
In order to leave comments, you need to log in
My friend, predis / predis and redis-server are just libraries, you need to install the radish program (service) on your server / local machine. Radish, for example, comes with an open server, or google how to install it yourself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question