$redis.zadd('rating', 0.43, 31)
$redis.zadd('rating', 0.44, 31, {:xx => true})
Redis::CommandError: ERR syntax error
Related questions
Find more questions by tags RedisRuby on Rails