lib/aerospike/policy/replica.rb in aerospike-2.14.0 vs lib/aerospike/policy/replica.rb in aerospike-2.15.0

- old
+ new

@@ -29,10 +29,10 @@ SEQUENCE = 2 # Try node on the same rack as the client first. If there are no nodes on the # same rack, use SEQUENCE instead. # - # ClientPolicy#rack_aware}, ClientPolicy#rack_id, and server rack + # ClientPolicy#rack_aware, ClientPolicy#rack_id, and server rack # configuration must also be set to enable this functionality. PREFER_RACK = 3 # Distribute reads across all nodes in cluster in round-robin fashion. # This option is useful when the replication factor equals the number