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 6ab619c commit 4e9e57aCopy full SHA for 4e9e57a
modules/cachedb_cassandra/README
@@ -118,12 +118,12 @@ Chapter 1. Admin Guide
118
Example 1.1. Set cachedb_url parameter
119
...
120
modparam("cachedb_cassandra", "cachedb_url",
121
- "cassandra:group1://localhost:9042/keyspace1.users.counters");
+ "cassandra:group1://localhost:9042/keyspace1.users.counters")
122
123
# Defining multiple contact points for a Cassandra cluster
124
125
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counter
126
-s");
+s")
127
128
129
Example 1.2. Use Cassandra servers
0 commit comments