Closed GoogleCodeExporter closed 8 years ago
i think what you are seeing is the expected behavior with diskstore. keys are
not "deleted" from the database, they are simply swapped out of memory and
stored on disk. if you access such a key again, it is swapped back in.
EXISTS works as expected, whether the key is in memory or not -- but KEYS
returns only the keys which are currently in memory, which is different from
the normal semantics.
Original comment by t...@lossen.de
on 22 May 2011 at 8:06
sorry, diskstore is now discontinued.
Original comment by anti...@gmail.com
on 14 Sep 2011 at 3:43
Original issue reported on code.google.com by
mike.huf...@gmail.com
on 21 May 2011 at 8:52