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

redis

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

24

dist/index.d.ts

@@ -8,4 +8,4 @@ import { RedisModules, RedisFunctions, RedisScripts, RedisClientOptions, RedisClientType as _RedisClientType, RedisClusterOptions, RedisClusterType as _RedisClusterType } from '@redis/client';

export * from '@redis/time-series';
declare const modules: {
graph: {
export declare const modules: {
readonly graph: {
CONFIG_GET: typeof import("@redis/graph/dist/commands/CONFIG_GET");

@@ -30,3 +30,3 @@ configGet: typeof import("@redis/graph/dist/commands/CONFIG_GET");

};
json: {
readonly json: {
ARRAPPEND: typeof import("@redis/json/dist/commands/ARRAPPEND");

@@ -73,3 +73,3 @@ arrAppend: typeof import("@redis/json/dist/commands/ARRAPPEND");

};
ft: {
readonly ft: {
_LIST: typeof import("@redis/search/dist/commands/_LIST");

@@ -79,2 +79,4 @@ _list: typeof import("@redis/search/dist/commands/_LIST");

alter: typeof import("@redis/search/dist/commands/ALTER");
AGGREGATE_WITHCURSOR: typeof import("@redis/search/dist/commands/AGGREGATE_WITHCURSOR");
aggregateWithCursor: typeof import("@redis/search/dist/commands/AGGREGATE_WITHCURSOR");
AGGREGATE: typeof import("@redis/search/dist/commands/AGGREGATE");

@@ -94,2 +96,6 @@ aggregate: typeof import("@redis/search/dist/commands/AGGREGATE");

create: typeof import("@redis/search/dist/commands/CREATE");
CURSOR_DEL: typeof import("@redis/search/dist/commands/CURSOR_DEL");
cursorDel: typeof import("@redis/search/dist/commands/CURSOR_DEL");
CURSOR_READ: typeof import("@redis/search/dist/commands/CURSOR_READ");
cursorRead: typeof import("@redis/search/dist/commands/CURSOR_READ");
DICTADD: typeof import("@redis/search/dist/commands/DICTADD");

@@ -138,3 +144,3 @@ dictAdd: typeof import("@redis/search/dist/commands/DICTADD");

};
ts: {
readonly ts: {
ADD: typeof import("@redis/time-series/dist/commands/ADD");

@@ -183,3 +189,3 @@ add: typeof import("@redis/time-series/dist/commands/ADD");

};
bf: {
readonly bf: {
ADD: typeof import("@redis/bloom/dist/commands/bloom/ADD");

@@ -204,3 +210,3 @@ add: typeof import("@redis/bloom/dist/commands/bloom/ADD");

};
cms: {
readonly cms: {
INCRBY: typeof import("@redis/bloom/dist/commands/count-min-sketch/INCRBY");

@@ -219,3 +225,3 @@ incrBy: typeof import("@redis/bloom/dist/commands/count-min-sketch/INCRBY");

};
cf: {
readonly cf: {
ADD: typeof import("@redis/bloom/dist/commands/cuckoo/ADD");

@@ -244,3 +250,3 @@ add: typeof import("@redis/bloom/dist/commands/cuckoo/ADD");

};
topK: {
readonly topK: {
ADD: typeof import("@redis/bloom/dist/commands/top-k/ADD");

@@ -247,0 +253,0 @@ add: typeof import("@redis/bloom/dist/commands/top-k/ADD");

@@ -17,3 +17,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.createCluster = exports.createClient = void 0;
exports.createCluster = exports.createClient = exports.modules = void 0;
const client_1 = require("@redis/client");

@@ -31,3 +31,3 @@ const bloom_1 = require("@redis/bloom");

__exportStar(require("@redis/time-series"), exports);
const modules = {
exports.modules = {
...bloom_1.default,

@@ -43,3 +43,3 @@ graph: graph_1.default,

modules: {
...modules,
...exports.modules,
...options?.modules

@@ -54,3 +54,3 @@ }

modules: {
...modules,
...exports.modules,
...options?.modules

@@ -57,0 +57,0 @@ }

{
"name": "redis",
"description": "A modern, high performance Redis client",
"version": "4.2.0",
"version": "4.3.0",
"license": "MIT",

@@ -27,6 +27,6 @@ "main": "./dist/index.js",

"@redis/bloom": "1.0.2",
"@redis/client": "1.2.0",
"@redis/client": "1.3.0",
"@redis/graph": "1.0.1",
"@redis/json": "1.0.3",
"@redis/search": "1.0.6",
"@redis/search": "1.1.0",
"@redis/time-series": "1.0.3"

@@ -37,3 +37,3 @@ },

"gh-pages": "^4.0.0",
"release-it": "^15.1.1",
"release-it": "^15.3.0",
"typescript": "^4.7.4"

@@ -40,0 +40,0 @@ },

@@ -38,2 +38,4 @@ # Node-Redis

Looking for a high-level library to handle object mapping? See [redis-om-node](https://github.com/redis/redis-om-node)!
## Usage

@@ -40,0 +42,0 @@

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