kstyrc / embedded-redis

Redis embedded server for Java integration testing
854 stars 371 forks source link

Unable to get redis-server.app to run on Mac OS X 10.7.5 #7

Closed pgieser closed 9 years ago

pgieser commented 10 years ago

RedisServer works beautifully if I specify the redis-server that I have installed locally. However, it does not start when relying on the embedded redis-server.app. If I copy the redis-server.app and try to run it directly, I get an error that the app is for the classic platform which is no longer supported by my version of the OS. Assuming this is the actual problem, is there any way you can bundle a newer version of the redis-server that will run on a modern Mac?

Thanks!

kstyrc commented 10 years ago

Unfortunately, I'm not a MAC user, could you provide me with a link to redis-server.app that works on new macs?

anthonyu commented 10 years ago

Just checked and it works on 10.9, which is a free upgrade for 10.7.x . Maybe give that a try?