You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In KVS.get, we check if the value is in the memtable, and if not we search the disk. Currently, a blank value would indicate it is not in the memtable due to how the walrus operator works.
In
KVS.get, we check if the value is in the memtable, and if not we search the disk. Currently, a blank value would indicate it is not in the memtable due to how the walrus operator works.