How to connect to Cassandra using FluentCassandra

184 Views Asked by At

I am new to Cassandra and FluentCassandra.

In a real environment: we will have Cassandra installed in all the nodes(multiple servers).

using (var db = new CassandraContext(keyspace: KeyspaceName, server: Server))

In this situation what should be mentioned as server name?

1

There are 1 best solutions below

0
On

Just mention multiple server host address along with their port number.