Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
node-cache
/
node-cache
Public
Notifications
You must be signed in to change notification settings
Fork
146
Star
2.4k
Code
Issues
56
Pull requests
20
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node-cache
_src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 5, 2021
Update mocha_test.coffee
Show description for 18f8466
daluf
authored
18f8466
View commit details
Copy full SHA for 18f8466
View code at this point
Browse repository at this point
fix: forceString invalid implementation
danielbom
committed
c960a85
View commit details
Copy full SHA for c960a85
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
fix: fix cache hit check in fetch method
Show description for 212eb6a
bravemaster619
committed
212eb6a
View commit details
Copy full SHA for 212eb6a
View code at this point
Browse repository at this point
test: fix indentation in fetch test
bravemaster619
committed
df0287e
View commit details
Copy full SHA for df0287e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'node-cache/master'
bravemaster619
committed
d012dae
View commit details
Copy full SHA for d012dae
View code at this point
Browse repository at this point
test: add type definition for fetch
bravemaster619
committed
97fea68
View commit details
Copy full SHA for 97fea68
View code at this point
Browse repository at this point
test: add ttl and value swap test
bravemaster619
committed
60e08f5
View commit details
Copy full SHA for 60e08f5
View code at this point
Browse repository at this point
fix: swap value and ttl when ttl is missing
bravemaster619
committed
6bc48ce
View commit details
Copy full SHA for 6bc48ce
View code at this point
Browse repository at this point
Commits on Aug 8, 2020
chore: fix comment typos
joshuaslate
committed
e14ef07
View commit details
Copy full SHA for e14ef07
View code at this point
Browse repository at this point
Commits on Aug 5, 2020
doc: fix fetch comment
bravemaster619
committed
abcf83a
View commit details
Copy full SHA for abcf83a
View code at this point
Browse repository at this point
feat: add fetch method
Show description for 9a807c0
bravemaster619
committed
9a807c0
View commit details
Copy full SHA for 9a807c0
View code at this point
Browse repository at this point
Commits on Jul 1, 2020
fix typo
erdii
committed
15b0109
View commit details
Copy full SHA for 15b0109
View code at this point
Browse repository at this point
fix #197 "ReferenceError: Buffer is not defined" in environments where Buffer is not available
Show description for 64da3e6
erdii
committed
64da3e6
View commit details
Copy full SHA for 64da3e6
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Changing misleading error message
shhadi
committed
9a35969
View commit details
Copy full SHA for 9a35969
View code at this point
Browse repository at this point
Commits on Jun 5, 2020
#181 don't iterate keys of buffer values for stats
erdii
committed
ec5c5ad
View commit details
Copy full SHA for ec5c5ad
View code at this point
Browse repository at this point
Commits on Apr 22, 2020
Add null check
Adam Haglund
authored
21a5eb2
View commit details
Copy full SHA for 21a5eb2
View code at this point
Browse repository at this point
Commits on Dec 8, 2019
optimize inline docs for .flushStats(), resolves #161
erdii
committed
a30343a
View commit details
Copy full SHA for a30343a
View code at this point
Browse repository at this point
feat(flush stats): flush stats method
Show description for 0f93de6
sujeshthekkepatt
committed
0f93de6
View commit details
Copy full SHA for 0f93de6
View code at this point
Browse repository at this point
Commits on Dec 4, 2019
fix(take): fixes the falsy values bug
KrishnaPG
committed
640fa54
View commit details
Copy full SHA for 640fa54
View code at this point
Browse repository at this point
Commits on Nov 27, 2019
feat(take): Added take() method for single-use values
Show description for 7c3be0d
KrishnaPG
committed
7c3be0d
View commit details
Copy full SHA for 7c3be0d
View code at this point
Browse repository at this point
Commits on Nov 16, 2019
Revert "(get) return undefined when key is expired"
Show description for 6eaa26e
erdii
committed
6eaa26e
View commit details
Copy full SHA for 6eaa26e
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
fixed getValLength for null values; this fixes #151; also added a test-case
erdii
committed
7dcae80
View commit details
Copy full SHA for 7dcae80
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
v5.x release preparations
erdii
committed
0978e30
View commit details
Copy full SHA for 0978e30
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
remove "benchmark" from tests, fix ttl tests
erdii
committed
e49369d
View commit details
Copy full SHA for e49369d
View code at this point
Browse repository at this point
Update typings for v5
erdii
committed
82e69dc
View commit details
Copy full SHA for 82e69dc
View code at this point
Browse repository at this point
Remove old callback handling code
erdii
committed
1986999
View commit details
Copy full SHA for 1986999
View code at this point
Browse repository at this point
Remove unused docker tests
erdii
committed
a35c5cc
View commit details
Copy full SHA for a35c5cc
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
#143 no more callbacks in code comments
daluf
committed
c6f4559
View commit details
Copy full SHA for c6f4559
View code at this point
Browse repository at this point
#124 fix yoda conditions
daluf
committed
276cc11
View commit details
Copy full SHA for 276cc11
View code at this point
Browse repository at this point
Commits on Sep 3, 2019
adds test, documentation and renames method parameter
sujeshthekkepatt
committed
130776c
View commit details
Copy full SHA for 130776c
View code at this point
Browse repository at this point
updates error message
sujeshthekkepatt
committed
55b4f81
View commit details
Copy full SHA for 55b4f81
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
adds mset feature
sujeshthekkepatt
committed
fc862d6
View commit details
Copy full SHA for fc862d6
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Merge branch 'master' into master
daluf
authored
fd62837
View commit details
Copy full SHA for fd62837
View code at this point
Browse repository at this point
#63 add test for maxKeys, remove all callbacks from tests
daluf
committed
e87a4a6
View commit details
Copy full SHA for e87a4a6
View code at this point
Browse repository at this point
#63 add maxKeys option
daluf
committed
579e5bb
View commit details
Copy full SHA for 579e5bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.