Gathering detailed insights and metrics for @redis/search
Gathering detailed insights and metrics for @redis/search
Gathering detailed insights and metrics for @redis/search
Gathering detailed insights and metrics for @redis/search
reds
Redis search for node.js
redredisearch
Redis search for node.js powered by the RediSearch module
@node-redis/search
This package provides support for the [RediSearch](https://redisearch.io) module, which adds indexing and querying support for data stored in Redis Hashes or as JSON documents with the RedisJSON module. It extends the [Node Redis client](https://github.c
cn-search
Redis search for node.js,support chinese
npm install @redis/search
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,953 Stars
2,001 Commits
1,889 Forks
294 Watching
20 Branches
256 Contributors
Updated on 27 Nov 2024
TypeScript (99.28%)
JavaScript (0.71%)
Dockerfile (0.01%)
Cumulative downloads
Total Downloads
Last day
-0.3%
450,847
Compared to previous day
Last week
2.1%
2,388,994
Compared to previous week
Last month
11.8%
9,853,933
Compared to previous month
Last year
80%
94,739,281
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