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?

有帮助吗?

解决方案

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.

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top