lib/aerospike/client.rb in aerospike-2.5.0 vs lib/aerospike/client.rb in aerospike-2.5.1

- old
+ new

@@ -206,10 +206,12 @@ ## # Removes records in the specified namespace/set efficiently. # # This method is orders of magnitude faster than deleting records one at a - # time. Works with Aerospike Server versions >= 3.12. + # time. It requires Aerospike Server version 3.12 or later. See + # https://www.aerospike.com/docs/reference/info#truncate for further + # information. # # This asynchronous server call may return before the truncate is complete. # The user can still write new records after the server call returns # because new records will have last update times greater than the truncate # cut-off (set at the time of the truncate call.)