Skip to content

[Question]How to read all keys and values from tree? #14

@SoraSuegami

Description

@SoraSuegami

Your library always helps me. Thank you for developing it.

I have a question about Read Streaming.
How to read all keys and values from the tree?

I want to reproduce Read Streaming like the following.
const stream = tree.createReadStream();
stream.on('data', function (data) {
console.log(data.key);
console.log(data.value);
});

Please teach me how to do it.
Thank you for reading my issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions