1.2.3
Transaction
now haskeys
andkeysSync
, which get all of the keys in the store- Added
SimpleSyncStore.keys()
- Optimized
AsyncFS
to skipcrossCopy
when both the sync and async backends are based onStoreFS
. Instead, it will copy all of the Inodes in parallel.