3.1.1 • Published 8 years ago

@tradle/offline-keeper v3.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

offline-keeper

NPM

Usage

See tests, the API is very basic

putOne(String, Buffer)

Returns a Q.Promise that resolves when the value is written to disk

getOne(String)

Returns a Q.Promise that resolves to a Buffer

removeOne(String)

Returns a Q.Promise that resolves when the corresponding value is erased from the disk

getMany(String, ...)

Returns a Q.Promise that resolves to an array with values (Buffer) and/or nulls, depending on if values exist on disk or not

clear

Deletes all stored values

close

Finish pending writes and die

3.1.1

8 years ago

3.1.0

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

1.7.3

8 years ago

2.1.6

8 years ago

2.1.5

8 years ago

2.1.3

8 years ago

2.1.2

8 years ago

1.7.2

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.6.1

8 years ago