File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
modules/cachedb_cassandra Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,12 +118,12 @@ Chapter 1. Admin Guide
118
118
Example 1.1. Set cachedb_url parameter
119
119
...
120
120
modparam("cachedb_cassandra", "cachedb_url",
121
- "cassandra:group1://localhost:9042/keyspace1.users.counters");
121
+ "cassandra:group1://localhost:9042/keyspace1.users.counters")
122
122
123
123
# Defining multiple contact points for a Cassandra cluster
124
124
modparam("cachedb_cassandra", "cachedb_url",
125
125
"cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counter
126
- s");
126
+ s")
127
127
...
128
128
129
129
Example 1.2. Use Cassandra servers
Original file line number Diff line number Diff line change 139
139
<programlisting format =" linespecific" >
140
140
...
141
141
modparam("cachedb_cassandra", "cachedb_url",
142
- "cassandra:group1://localhost:9042/keyspace1.users.counters");
142
+ "cassandra:group1://localhost:9042/keyspace1.users.counters")
143
143
144
144
# Defining multiple contact points for a Cassandra cluster
145
145
modparam("cachedb_cassandra", "cachedb_url",
146
- "cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters");
146
+ "cassandra:cluster1://10.0.0.10,10.0.0.15/keyspace2.keys.counters")
147
147
...
148
148
</programlisting >
149
149
</example >
You can’t perform that action at this time.
0 commit comments