Comparing version 4.3.1 to 4.4.0
@@ -22,6 +22,6 @@ import { RedisModules, RedisFunctions, RedisScripts, RedisClientOptions, RedisClientType as _RedisClientType, RedisClusterOptions, RedisClusterType as _RedisClusterType } from '@redis/client'; | ||
profile: typeof import("@redis/graph/dist/commands/PROFILE"); | ||
QUERY_RO: typeof import("@redis/graph/dist/commands/QUERY_RO"); | ||
queryRo: typeof import("@redis/graph/dist/commands/QUERY_RO"); | ||
QUERY: typeof import("@redis/graph/dist/commands/QUERY"); | ||
query: typeof import("@redis/graph/dist/commands/QUERY"); | ||
RO_QUERY: typeof import("@redis/graph/dist/commands/RO_QUERY"); | ||
roQuery: typeof import("@redis/graph/dist/commands/RO_QUERY"); | ||
SLOWLOG: typeof import("@redis/graph/dist/commands/SLOWLOG"); | ||
@@ -242,2 +242,32 @@ slowLog: typeof import("@redis/graph/dist/commands/SLOWLOG"); | ||
}; | ||
tDigest: { | ||
ADD: typeof import("@redis/bloom/dist/commands/t-digest/ADD"); | ||
add: typeof import("@redis/bloom/dist/commands/t-digest/ADD"); | ||
BYRANK: typeof import("@redis/bloom/dist/commands/t-digest/BYRANK"); | ||
byRank: typeof import("@redis/bloom/dist/commands/t-digest/BYRANK"); | ||
BYREVRANK: typeof import("@redis/bloom/dist/commands/t-digest/BYREVRANK"); | ||
byRevRank: typeof import("@redis/bloom/dist/commands/t-digest/BYREVRANK"); | ||
CDF: typeof import("@redis/bloom/dist/commands/t-digest/CDF"); | ||
cdf: typeof import("@redis/bloom/dist/commands/t-digest/CDF"); | ||
CREATE: typeof import("@redis/bloom/dist/commands/t-digest/CREATE"); | ||
create: typeof import("@redis/bloom/dist/commands/t-digest/CREATE"); | ||
INFO: typeof import("@redis/bloom/dist/commands/t-digest/INFO"); | ||
info: typeof import("@redis/bloom/dist/commands/t-digest/INFO"); | ||
MAX: typeof import("@redis/bloom/dist/commands/t-digest/MAX"); | ||
max: typeof import("@redis/bloom/dist/commands/t-digest/MAX"); | ||
MERGE: typeof import("@redis/bloom/dist/commands/t-digest/MERGE"); | ||
merge: typeof import("@redis/bloom/dist/commands/t-digest/MERGE"); | ||
MIN: typeof import("@redis/bloom/dist/commands/t-digest/MIN"); | ||
min: typeof import("@redis/bloom/dist/commands/t-digest/MIN"); | ||
QUANTILE: typeof import("@redis/bloom/dist/commands/t-digest/QUANTILE"); | ||
quantile: typeof import("@redis/bloom/dist/commands/t-digest/QUANTILE"); | ||
RANK: typeof import("@redis/bloom/dist/commands/t-digest/RANK"); | ||
rank: typeof import("@redis/bloom/dist/commands/t-digest/RANK"); | ||
RESET: typeof import("@redis/bloom/dist/commands/t-digest/RESET"); | ||
reset: typeof import("@redis/bloom/dist/commands/t-digest/RESET"); | ||
REVRANK: typeof import("@redis/bloom/dist/commands/t-digest/REVRANK"); | ||
revRank: typeof import("@redis/bloom/dist/commands/t-digest/REVRANK"); | ||
TRIMMED_MEAN: typeof import("@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN"); | ||
trimmedMean: typeof import("@redis/bloom/dist/commands/t-digest/TRIMMED_MEAN"); | ||
}; | ||
topK: { | ||
@@ -244,0 +274,0 @@ ADD: typeof import("@redis/bloom/dist/commands/top-k/ADD"); |
{ | ||
"name": "redis", | ||
"description": "A modern, high performance Redis client", | ||
"version": "4.3.1", | ||
"version": "4.4.0", | ||
"license": "MIT", | ||
@@ -26,5 +26,5 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@redis/bloom": "1.0.2", | ||
"@redis/client": "1.3.0", | ||
"@redis/graph": "1.0.1", | ||
"@redis/bloom": "1.1.0", | ||
"@redis/client": "1.3.1", | ||
"@redis/graph": "1.1.0", | ||
"@redis/json": "1.0.4", | ||
@@ -31,0 +31,0 @@ "@redis/search": "1.1.0", |
@@ -25,3 +25,3 @@ # Node-Redis | ||
| [@redis/json](./packages/json) | [![Downloads](https://img.shields.io/npm/dm/@redis/json.svg)](https://www.npmjs.com/package/@redis/json) [![Version](https://img.shields.io/npm/v/@redis/json.svg)](https://www.npmjs.com/package/@redis/json) [![Docs](https://img.shields.io/badge/-documentation-dc382c)](https://redis.js.org/documentation/json/) [Redis JSON](https://oss.redis.com/redisjson/) commands | | ||
| [@redis/search](./packages/search) | [![Downloads](https://img.shields.io/npm/dm/@redis/search.svg)](https://www.npmjs.com/package/@redis/search) [![Version](https://img.shields.io/npm/v/@redis/search.svg)](https://www.npmjs.com/package/@redis/search) [![Docs](https://img.shields.io/badge/-documentation-dc382c)](https://redis.js.org/documentation/search/) [Redis Search](https://oss.redis.com/redisearch/) commands | | ||
| [@redis/search](./packages/search) | [![Downloads](https://img.shields.io/npm/dm/@redis/search.svg)](https://www.npmjs.com/package/@redis/search) [![Version](https://img.shields.io/npm/v/@redis/search.svg)](https://www.npmjs.com/package/@redis/search) [![Docs](https://img.shields.io/badge/-documentation-dc382c)](https://redis.js.org/documentation/search/) [RediSearch](https://oss.redis.com/redisearch/) commands | | ||
| [@redis/time-series](./packages/time-series) | [![Downloads](https://img.shields.io/npm/dm/@redis/time-series.svg)](https://www.npmjs.com/package/@redis/time-series) [![Version](https://img.shields.io/npm/v/@redis/time-series.svg)](https://www.npmjs.com/package/@redis/time-series) [![Docs](https://img.shields.io/badge/-documentation-dc382c)](https://redis.js.org/documentation/time-series/) [Redis Time-Series](https://oss.redis.com/redistimeseries/) commands | | ||
@@ -56,2 +56,3 @@ | ||
const value = await client.get('key'); | ||
await client.disconnect(); | ||
``` | ||
@@ -58,0 +59,0 @@ |
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
43934
350
402
+ Added@redis/bloom@1.1.0(transitive)
+ Added@redis/client@1.3.1(transitive)
+ Added@redis/graph@1.1.0(transitive)
+ Addedcluster-key-slot@1.1.1(transitive)
+ Addedgeneric-pool@3.9.0(transitive)
- Removed@redis/bloom@1.0.2(transitive)
- Removed@redis/client@1.3.0(transitive)
- Removed@redis/graph@1.0.1(transitive)
- Removedcluster-key-slot@1.1.0(transitive)
- Removedgeneric-pool@3.8.2(transitive)
Updated@redis/bloom@1.1.0
Updated@redis/client@1.3.1
Updated@redis/graph@1.1.0