Closed dukeatcoding closed 9 years ago
When Starting the server, I get "error - ERR unknown command 'evalsha'" running on Ubuntu 12.04 with a redis "standard" installed via apt-get.
I am pretty shure that is because of the currently installed redis 2.4
Because the evalsha function is only available since 2.6 http://redis.io/commands/EVALSHA
I am right now building redis 2.6 manually and see if the Err disappears.
I'm pretty sure it does... I'd like to address this by updating the README
This is fixed in 7043d0744ef4456abc90ce4070dbc937d80072b1by updating the README
When Starting the server, I get "error - ERR unknown command 'evalsha'" running on Ubuntu 12.04 with a redis "standard" installed via apt-get.
I am pretty shure that is because of the currently installed redis 2.4
Because the evalsha function is only available since 2.6 http://redis.io/commands/EVALSHA
I am right now building redis 2.6 manually and see if the Err disappears.