-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I am running rocksdb-node 1.7.2 with rocks 5.8 on MacOs. Below is my code:
db = rocksdb.open(
{create_if_missing: true},
path.join(dbPath, `users-${nodeEnv}.rocksdb`)
);
db.put('node', 'rocks');
after running above code and I use admin console to inspect the rocks file as below:
$ rocksdb_ldb --db=users-test.rocksdb/ scan
rock : rocks
I wonder why the key is not what I put which isnode.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels