Hi I'm trying to create a connection to a server running cassandra doing this:
compass = Cassandra.new('Compas', servers="223.798.456.123:9160") But once I try to get some data I realize that there's no connection, any ideas?? I'm I missing something ? Thanks