NickNaso / node-simdb

Node.js high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store
http://nacios.it
Apache License 2.0
3 stars 1 forks source link

JS - Interface keys() #5

Open NickNaso opened 6 years ago

NickNaso commented 6 years ago

The kesy method returns all the keys used ion the database.

const db = new Database({...})
let keys = db.keys()