Pregunta

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?

¿Fue útil?

Solución

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.

Otros consejos

Why dont you just run apt command

apt-get install redis-server

for details you can visit this page:

https://library.linode.com/databases/redis/ubuntu-12.04-precise-pangolin

.exe runs in windows. You need to install redis as per ubuntu server.

Download stable release of redis from here. Just follow these simple steps to install redis.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top