# Functions
Deletes tries to remove messages with nil value before given time.
FindDeletes returns a set of offsets for messages with nil value for a given key, before a given time.
FindUpdates returns a set of offsets for messages that have the same key further in the log, before a given time.
Updates tries to remove messages before given time that are repeated further in the log leaving only the last message for a given key.