Closed sprutton1 closed 4 weeks ago
remove_hash() removes the content, which is checked by .exists().
remove_hash()
.exists()
remove() removes the index, which is checked by .metadata().
remove()
.metadata()
remove_hash()
removes the content, which is checked by.exists()
.remove()
removes the index, which is checked by.metadata()
.