We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9e57a commit 27b3002Copy full SHA for 27b3002
modules/cachedb_cassandra/doc/cachedb_cassandra_admin.xml
@@ -139,11 +139,11 @@
139
<programlisting format="linespecific">
140
...
141
modparam("cachedb_cassandra", "cachedb_url",
142
- "cassandra:group1://localhost:9042/keyspace1.users.counters");
+ "cassandra:group1://localhost:9042/keyspace1.users.counters")
143
144
# Defining multiple contact points for a Cassandra cluster
145
146
- "cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters");
+ "cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters")
147
148
</programlisting>
149
</example>
0 commit comments