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

@the-libs/redis-backend

Package Overview
Dependencies
Maintainers
0
Versions
660
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@the-libs/redis-backend - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

package.json
{
"name": "@the-libs/redis-backend",
"version": "1.2.4",
"version": "1.2.5",
"dependencies": {},

@@ -5,0 +5,0 @@ "type": "module",

import { RedisType } from '../redis-client';
export declare const set: (redis: RedisType, key: string, value: string, ttlInSecs: number) => Promise<"OK">;
export declare const get: (redis: RedisType, key: string) => Promise<string | null>;
export declare const set: (redis: RedisType, key: string, value: string, ttlInSecs: number) => Promise<any>;
export declare const get: (redis: RedisType, key: string) => Promise<any>;
//# sourceMappingURL=index.d.ts.map

@@ -1,3 +0,3 @@

export declare const subscriber: import("ioredis").default | PubSubJS.Base<any, PubSubJS.Message>;
export declare const publisher: import("ioredis").default | PubSubJS.Base<any, PubSubJS.Message>;
export declare const subscriber: any;
export declare const publisher: any;
//# sourceMappingURL=index.d.ts.map

@@ -1,5 +0,6 @@

import RedisClientClass from 'ioredis';
export type RedisType = RedisClientClass;
export declare const createRedisInstance: () => RedisClientClass | null;
export declare const redisClient: RedisClientClass | null;
declare const RedisClientClass: any;
export type RedisType = typeof RedisClientClass;
export declare const createRedisInstance: () => any;
export declare const redisClient: any;
export {};
//# sourceMappingURL=index.d.ts.map

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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