huan / flash-store

FlashStore is a high-performance Key-Value Persistent Local Database using ES6 Map's API (Async & Sync), Powered by LevelDB/RocksDB/SQLite and TypeScript.
https://paka.dev/npm/flash-store
Apache License 2.0
20 stars 4 forks source link

add test for flash store #51

Closed su-chang closed 4 years ago

su-chang commented 4 years ago

Set the same key more than one time, and then get the size, the size not equal 1.

su-chang commented 4 years ago

related issue: https://github.com/huan/flash-store/issues/50