• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stores-com / petty-cache
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: v4.0.1
DEFAULT BRANCH: main
Repo Added 12 Feb 2026 10:19PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v4.0.1
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • document-v4-breaking-change
  • feat/debounce
  • feat/throttle
  • fetch-promise-support
  • fix-double-callback
  • main
  • v3.7.0
  • v4.0.1
  • v5.0.0

06 Aug 2026 12:24AM UTC coverage: 100.0%. Remained the same
31059666681

push

github

web-flow
Merge pull request #74 from stores-com/v4.0.1

Version 4.0.1

302 of 302 branches covered (100.0%)

Branch coverage included in aggregate %.

1118 of 1118 relevant lines covered (100.0%)

60.09 hits per line

Relevant lines Covered
Build:
Build:
1118 RELEVANT LINES 1118 COVERED LINES
60.09 HITS PER LINE
Source Files on main
  • Tree
  • List 1
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31059666681 v4.0.1 Merge pull request #74 from stores-com/v4.0.1 Version 4.0.1 push 06 Aug 2026 12:26AM UTC web-flow github
100.0
31059597121 main Merge pull request #74 from stores-com/v4.0.1 Version 4.0.1 push 06 Aug 2026 12:25AM UTC web-flow github
100.0
31059525654 v4.0.1 Version 4.0.1 Releases the double-callback fix merged in #73. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Pull #74 06 Aug 2026 12:23AM UTC freshlogic github
100.0
31042610049 main Merge pull request #73 from stores-com/fix-double-callback Invoke callbacks exactly once, outside of the promise chain push 05 Aug 2026 08:08PM UTC web-flow github
100.0
31042427680 fix-double-callback Invoke callbacks exactly once, outside of the promise chain The callback bridge was executor().then(result => callback(null, result)).catch(callback), so a callback that threw was caught by its own .catch and invoked a second time with the error ... Pull #73 05 Aug 2026 08:05PM UTC freshlogic github
100.0
30883982021 v5.0.0 Add the v4 to v5 migration guide Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> push 04 Aug 2026 06:26AM UTC freshlogic github
100.0
30883661463 v5.0.0 Add pettyCache.close() Stops the background refresh intervals started by fetchAndRefresh and gracefully closes the Redis client connection via node-redis v6's close(), giving services and tests a clean shutdown path for the first time. Co-Author... push 04 Aug 2026 06:21AM UTC freshlogic github
100.0
30883431080 v5.0.0 Simplify bulkSet using node-redis auto-pipelining Individual PSETEX commands issued in the same tick are automatically pipelined into a single round trip by node-redis, so Promise.all over plain pSetEx calls replaces the explicit multi()/execAsPi... push 04 Aug 2026 06:17AM UTC freshlogic github
100.0
30883361484 v5.0.0 Upgrade the redis client from v3 to v6 Commands use node-redis's native promises directly, so the per-call promisify wrappers are gone; bulkSet pipelines through multi() instead of the removed batch(). The constructor connects the client automati... push 04 Aug 2026 06:15AM UTC freshlogic github
100.0
30882788632 v5.0.0 Version 5.0.0: remove callback support Every function is now a plain async function returning a promise; the executor pattern, callback bridges, and deprecation warnings are gone. Passing a callback rejects with a TypeError pointing at the return... push 04 Aug 2026 06:06AM UTC freshlogic github
100.0
See All Builds (67)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc