Issue
I am running Redis on Ubuntu. When I run the Redis commands, I get a error saying "redis server not found in "redis/src". I have copy pasted the redis-server.exe
files on to the Ubuntu machine. What could be the reason for this?
Solution
Copy-pasting doesn't work.
Just follow this link http://redis.io/download and install the Redis.
Later just change the redis-2.8.9
folder name to redis
. Should be simple and should work in your case.
Answered By - user1907849 Answer Checked By - Terry (WPSolving Volunteer)