Skip to content

Commit

Permalink
Merge pull request #37 from akashchouhan16/master
Browse files Browse the repository at this point in the history
🍁 Publish v1.2.2 to Registry
  • Loading branch information
akashchouhan16 authored Oct 12, 2023
2 parents 8f5900b + 85d37b0 commit b51abff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
![nodecache.js](https://github.com/akashchouhan16/nodeCache.js/assets/56465610/2b208713-bd6b-4a74-b63a-9ee197f1773f)
![nodecache.js](https://github.com/akashchouhan16/nodeCache.js/assets/56465610/3c72f526-73f2-4528-b01d-d188532b8231)


![Travis Build Status](https://img.shields.io/travis/com/akashchouhan16/nodecache.js?label=Travis+CI+build&color=F2ECAC)
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/akashchouhan16/nodeCache.js/package-unit-tests.yml?&label=%20Node.js%20CI)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-Yes-1dbf73.svg)](https://github.com/akashchouhan16/nodeCache.js "nodeCache.js is actively Maintained")
[![made-for-Developers](https://img.shields.io/badge/Made%20for-Developers-238636.svg)](https://github.com/akashchouhan16/nodeCache.js "nodeCache.js")

A Simple and Intuitive in-memory cache with TTL support for node.js applications.
A simple and intuitive in-memory cache with TTL support for your JavaScript applications.
## ⛩️ About

Discover an elegant and efficient in-memory cache module for Node.js. This package incorporates time-to-live (**ttl**) functionality, asynchronously evicting expired keys from the cache.
Expand All @@ -16,13 +17,9 @@ Discover an elegant and efficient in-memory cache module for Node.js. This packa


## 📜 Installation
- You can install nodecache via npm:
```shell
npm i nodecache.js
```
- Alternatively, you can save the latest dependency:
```shell
npm i nodecache.js@latest --save
- You can install nodecache.js via npm:
```properties
npm install nodecache.js
```


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodecache.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "Simple, Intuitive in-memory cache with TTL support for Node.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.5.0"
}
}
}

0 comments on commit b51abff

Please sign in to comment.