Hello
I have just installed cassandra 1.1
CREATE KEYSPACE Excelsior WITH strategy_class = 'SimpleStrategy' AND strategy_options:replication_factor = 1;
gives this error:
Syntax error at position 85: mismatched input ':' expecting '='
I've looked in changes but didn't found
Thanks