Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@javien/mikro-orm-redis-cache-adapter

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@javien/mikro-orm-redis-cache-adapter - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

dist/options.d.ts

@@ -7,11 +7,11 @@ import type Redis from 'ioredis';

*/
readonly debug = false;
readonly debug: boolean;
/**
* The prefix for the cache keys. Defaults to `mikro`.
*/
readonly prefix = "mikro";
readonly prefix: string;
/**
* The delimiter between the prefix and the cache key. Defaults to `:`.
*/
readonly prefixDelimiter = ":";
readonly prefixDelimiter: string;
/**

@@ -29,5 +29,5 @@ * Logger. Defaults to `console.log`.

*/
readonly gracefulShutdown = true;
readonly gracefulShutdown: boolean;
constructor(options: RedisCacheAdapterOptions);
}
export type RedisCacheAdapterOptions = SetRequired<Partial<Options>, 'client'>;

@@ -5,3 +5,3 @@ {

"description": "",
"version": "0.0.5",
"version": "0.0.6",
"author": "Javien Lee <kraccoon@dimipay.io> (https://github.com/SnowMarble/)",

@@ -8,0 +8,0 @@ "keywords": ["mikro-orm", "redis", "cache", "adapter"],

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc