You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ If no callback is passed, a promise is returned.
247
247
Each operation is contained in an object having the following properties: `type`, `key`, `value`, where the _type_ is either `'put'` or `'del'`. In the case of `'del'` the `value` property is ignored. Any entries with a `key` of `null` or `undefined` will cause an error to be returned on the `callback` and any `type: 'put'` entry with a `value` of `null` or `undefined` will return an error.
{ type:'put', key:'dob', value:'16 February 1941' },
@@ -367,12 +367,6 @@ You can supply an options object as the first parameter to `createReadStream()`
367
367
368
368
-`values`_(boolean, default: `true`)_: whether the results should contain values. If set to `true` and `keys` set to `false` then results will simply be values, rather than objects with a `value` property. Used internally by the `createValueStream()` method.
369
369
370
-
Legacy options:
371
-
372
-
-`start`: instead use `gte`
373
-
374
-
-`end`: instead use `lte`
375
-
376
370
Underlying stores may have additional options.
377
371
378
372
<aname="createKeyStream"></a>
@@ -458,7 +452,7 @@ The only exception is the `level` constructor itself, which if no callback is pa
0 commit comments