steelThread / redmon

A web interface for managing redis: cli, admin, and live monitoring
http://steelthread.github.com/redmon/
1.57k stars 127 forks source link

bundle exec bin/redmon -h error #20

Closed soooldier closed 12 years ago

soooldier commented 12 years ago

I got a error when do this "bundle exec bin/redmon -h",The error info is " bin/redmon:9: syntax error, unexpected '>' to_i =-> s {s.to_i} ";

neopunisher commented 12 years ago

what was the issue? mine does this too

steelThread commented 12 years ago

Redmon requires ruby 1.9. I'm using the stabby lambda syntax/shorthand as well as a couple of other 1.9 constructs.