Skip to content

Commit f849ed3

Browse files
committed
chore: updated ops long index example
1 parent b753258 commit f849ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/database-operations-long-index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function main(err, cl) {
8484
keyPrefix: rand,
8585
offset: '10',
8686
limit: 1,
87-
reverse: false,
87+
reverse: true,
8888
deep: false,
8989
}
9090
res = await cl.scan(req)

0 commit comments

Comments
 (0)