Skip to content

Commit 05258a8

Browse files
author
Jeff Laughlin
committed
5.3.9
1 parent 157a3e8 commit 05258a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lock_and_cache",
3-
"version": "5.3.8",
3+
"version": "5.3.9",
44
"description": "Most caching libraries don't do locking, meaning that >1 process can be calculating a cached value at the same time. Since you presumably cache things because they cost CPU, database reads, or money, doesn't it make sense to lock while caching?",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)