chickadee » lmdb-lolevel » MDB_NODUPDATA

MDB_NODUPDATAconstant

enter the new key/data pair only if it does not already appear in the database. This flag may only be specified if the database was opened with MDB_DUPSORT. The function will return MDB_KEYEXIST if the key/data pair already appears in the database.