@coolgk/cache
Advanced tools
Comparing version 1.1.1 to 1.1.2
/*! | ||
* @package @coolgk/utils | ||
* @version 1.1.1 | ||
* @version 1.1.2 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
/*! | ||
* @package @coolgk/utils | ||
* @version 1.1.1 | ||
* @version 1.1.2 | ||
* @link https://www.npmjs.com/package/@coolgk/utils | ||
@@ -5,0 +5,0 @@ * @license MIT |
@@ -1,1 +0,1 @@ | ||
{"name":"@coolgk/cache","version":"1.1.1","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/utils.git"},"description":"a redis wrapper","keywords":["redis","cache","typescript"],"dependencies":{"@types/redis":"^2.8.3"},"pre-commit":{"silent":false,"run":["test:precommit","tslint"]},"main":"./cache.js","types":"./cache.d.ts","license":"MIT"} | ||
{"name":"@coolgk/cache","version":"1.1.2","author":"Daniel Gong <daniel.k.gong@gmail.com>","homepage":"https://www.npmjs.com/package/@coolgk/utils","bugs":{"url":"https://github.com/coolgk/utils/issues"},"repository":{"type":"git","url":"https://github.com/coolgk/utils.git"},"description":"a redis wrapper","keywords":["redis","cache","typescript"],"dependencies":{"@types/redis":"^2.8.3"},"pre-commit":{"silent":false,"run":["test:precommit","tslint"]},"main":"./cache.js","types":"./cache.d.ts","license":"MIT"} |
@@ -8,22 +8,2 @@ | ||
a redis wrapper | ||
#### constructor (options) | ||
- Parameters | ||
- {object} options | ||
- {object} [options.redisClient] - redis client from redis.createClient() | ||
- Return Value | ||
- void | ||
#### set (name: string, value: any, expiry = 0) | ||
- Parameters | ||
- {object} options | ||
- {object} [options.redisClient] - redis client from redis.createClient() | ||
- Return Value | ||
- void | ||
#### constructor (options) | ||
- Parameters | ||
- {object} options | ||
- {object} [options.redisClient] - redis client from redis.createClient() | ||
- Return Value | ||
- void | ||
## Examples | ||
@@ -30,0 +10,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6733
144