Skip to content

ServerfulArch/Backlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backlog

An off-load key/value-based cache

[Contribute] [Documentation]

Backlog off-loads cache items to persistent storage when the application is quit.

Main Features

  • Persistent cache

Links

Install/Import

npm install ServerfulArch/Backlog

const BL = require("@serverful/backlog");
// ...

Usage

Issues, Contributing & License

Before making an issue for a bug or feature submittion, please ensure that it hasn't already been created on the repository.

This module is licensed under Apache 2.0.

Releases

No releases published