firehoseio / firehose

Build realtime Ruby web applications. Created by the fine folks at Poll Everywhere.
http://firehose.io/
MIT License
727 stars 72 forks source link

ERR unknown command 'script' response from redis #15

Closed heygambo closed 11 years ago

heygambo commented 11 years ago

I installed firehose on an ubuntu machine with ruby 1.9.3 on it and started it using

RACK_ENV=production firehose server --host staging.mydomain.com --port 7373

If I try your example curl put firehose seems execute a script command on redis which fails with the response

[2013-02-19 22:02:04.160 #12854] ERROR : ERR unknown command 'script'
[2013-02-19 22:02:04.166 #12248] ERROR : reaped #<Process::Status: pid 12854 exit 1> worker=0
[2013-02-19 22:02:04.166 #12248] INFO : worker=0 spawning...
[2013-02-19 22:02:04.169 #13110] INFO : worker=0 spawned pid=13110
[2013-02-19 22:02:04.197 #13110] INFO : Rainbows! EventMachine worker_connections=400
[2013-02-19 22:02:04.197 #13110] INFO : EventMachine: epoll=true kqueue=false
[2013-02-19 22:02:07.395 #13110] INFO : Connected to Redis
[2013-02-19 22:02:07.395 #13110] INFO : Connected to Redis

Everything worked well in my dev env.

Do you have any suggestions what to try/do?

Thx so much for helping out.

heygambo commented 11 years ago

Okay, i found out, that script is available in redis 2.6.0