Skip to content

Commit 7429db9

Browse files
authored
v1.1.0 (#1)
move to use class fix tests improve types
1 parent 5f511ed commit 7429db9

17 files changed

+1710
-3895
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Matthijs Dabroek
3+
Copyright (c) 2023 Myrror security
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
[![npm version](https://badge.fury.io/js/cache-manager-redis-store.svg)](https://badge.fury.io/js/cache-manager-redis-store)
2-
[![GitHub issues](https://img.shields.io/github/issues/dabroek/node-cache-manager-redis-store.svg)](https://github.com/dabroek/node-cache-manager-redis-store/issues)
3-
[![codecov](https://codecov.io/github/dabroek/node-cache-manager-redis-store/branch/master/graph/badge.svg?token=QmCNGyCLlD)](https://codecov.io/github/dabroek/node-cache-manager-redis-store)
1+
# Redis store for node cache manager (Ts)
2+
[![npm version](https://badge.fury.io/js/@myrror-security%2Fcache-manager-redis-store.svg)](https://badge.fury.io/js/cache-manager-redis-store)
3+
![GitHub issues](https://img.shields.io/github/issues/blindspot-security/node-cache-manager-redis-store)
44

5-
## Redis store for node cache manager (Ts)
65
Redis cache store for [node-cache-manager](https://github.com/node-cache-manager/node-cache-manager).
76

87
This package is a fork of [node-cache-manager-redis](https://github.com/dabroek/node-cache-manager-redis-store)
@@ -20,7 +19,7 @@ At version v5.x.x node-cache-manager has been rewritten in Typescript. and did m
2019
Installation
2120
------------
2221
```sh
23-
npm install cache-manager-redis-store --save
22+
npm install @myrror-security/cache-manager-redis-store --save
2423
```
2524

2625
Contribution
@@ -31,7 +30,6 @@ Want to help improve this package? We take [pull requests](https://github.com/bl
3130
## Status
3231
The project is under active development.
3332
TODO:
34-
* [ ] Fix tests
3533
* [ ] Add documentation
3634
* [ ] Add examples
3735
* [ ] Add CI/CD
@@ -42,4 +40,4 @@ TODO:
4240
License
4341
-------
4442

45-
The `node-cache-manager-redis-store` is licensed under the MIT license.
43+
The `@myrror-security/cache-manager-redis-store` is licensed under the MIT license.

0 commit comments

Comments
 (0)