lib/aerospike/policy/generation_policy.rb in aerospike-0.1.6 vs lib/aerospike/policy/generation_policy.rb in aerospike-1.0.0

- old
+ new

@@ -25,13 +25,8 @@ # Update/delete record if expected generation greater than the server generation. Otherwise, fail. # This is useful for restore after backup. EXPECT_GEN_GT = 2 - # Create duplicate record if expected generation is not equal to server generation. - # Duplicates are only created when the server configuration option "allow-versions" - # is true (default is false). - DUPLICATE = 3 - end # module end # module