Gathering detailed insights and metrics for @redis/json
Gathering detailed insights and metrics for @redis/json
Gathering detailed insights and metrics for @redis/json
Gathering detailed insights and metrics for @redis/json
npm install @redis/json
redis@5.0.0-next.5
Published on 15 Oct 2024
redis@4.7.0
Published on 29 Jul 2024
client@1.6.0
Published on 29 Jul 2024
time-series@1.1.0
Published on 29 Jul 2024
search@1.2.0
Published on 29 Jul 2024
json@1.0.7
Published on 29 Jul 2024
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
16,955 Stars
2,001 Commits
1,889 Forks
294 Watching
20 Branches
256 Contributors
Updated on 28 Nov 2024
Minified
Minified + Gzipped
TypeScript (99.28%)
JavaScript (0.71%)
Dockerfile (0.01%)
Cumulative downloads
Total Downloads
Last day
-1.6%
417,240
Compared to previous day
Last week
2.5%
2,370,546
Compared to previous week
Last month
8.3%
9,819,253
Compared to previous month
Last year
82.1%
94,149,388
Compared to previous year
1
node-redis is a modern, high performance Redis client for Node.js.
Learn for free at Redis University
Build faster with the Redis Launchpad
Start a redis-server via docker (or any other method you prefer):
1docker run -p 6379:6379 -it redis/redis-stack-server:latest
To install node-redis, simply:
1npm install redis
"redis" is the "whole in one" package that includes all the other packages. If you only need a subset of the commands, you can install the individual packages. See the list below.
Name | Description |
---|---|
redis | The client with all the "redis-stack" modules |
@redis/client | The base clients (i.e RedisClient , RedisCluster , etc.) |
@redis/bloom | Redis Bloom commands |
@redis/graph | Redis Graph commands |
@redis/json | Redis JSON commands |
@redis/search | RediSearch commands |
@redis/time-series | Redis Time-Series commands |
Looking for a high-level library to handle object mapping? See redis-om-node!
If you'd like to contribute, check out the contributing guide.
Thank you to all the people who already contributed to Node Redis!
This repository is licensed under the "MIT" license. See LICENSE.
No vulnerabilities found.
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
19 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 7/23 approved changesets -- score normalized to 3
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More