Gathering detailed insights and metrics for @keyv/valkey
Gathering detailed insights and metrics for @keyv/valkey
Gathering detailed insights and metrics for @keyv/valkey
Gathering detailed insights and metrics for @keyv/valkey
npm install @keyv/valkey
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
2,637 Stars
1,390 Commits
146 Forks
19 Watching
2 Branches
65 Contributors
Updated on 28 Nov 2024
TypeScript (99.05%)
CSS (0.39%)
Shell (0.39%)
JavaScript (0.17%)
Cumulative downloads
Total Downloads
Last day
-93.5%
18
Compared to previous day
Last week
-39.3%
551
Compared to previous week
Last month
841.2%
2,739
Compared to previous month
Last year
0%
3,030
Compared to previous year
1
6
Simple key-value storage with support for multiple backends
Keyv and its storage adapters are in this mono repo and there are details below on how to use this repository. In addtion we have a couple of other documents for review:
Keyv is a simple key-value storage system that supports multiple backends. It's designed to be a simple and consistent way to work with key-value stores.
To learn how to use Keyv, check out the keyv README. To learn how to use a specific storage adapter, check out the README for that adapter under Storage Adapters.
You can contribute changes to this repo by opening a pull request:
enable host networking
to true as it is required for the tests in redis clustering.pnpm test:services:start
, allow for the services to come up.pnpm test
.keyv
repository and select the Pull Requests tab.keyv
repository.If you need more information on the steps to create a pull request, you can find a detailed walkthrough in the Github documentation
To post an issue, navigate to the "Issues" tab in the main repository, and then select "New Issue." Enter a clear title describing the issue, as well as a description containing additional relevant information. Also select the label that best describes your issue type. For a bug report, for example, create an issue with the label "bug." In the description field, Be sure to include replication steps, as well as any relevant error messages.
If you're reporting a security violation, be sure to check out the project's security policy.
Please also refer to our Code of Conduct for more information on how to report issues.
To ask a question, create an issue with the label "question." In the issue description, include the related code and any context that can help us answer your question.
To request a new storage adapter, create an issue with the label "storage adapter." In the issue description, include any relevant information about the storage adapter that you would like to be added.
Once this request has been submitted in "issues" we will give it 30-60 days for any upvotes to take place. If there is little interest in the request, it will be closed.
If there is already an adapter that you would like to add, please post an issue with the label "storage adapter" and include the name of the adapter you would like to add with the description and any relevant information.
Here are the storage adapters that are not in this repository but compatible with Keyv.
MIT © Jared Wray
No vulnerabilities found.
Reason
30 commit(s) and 18 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
Found 1/30 approved changesets -- score normalized to 0
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
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2024-11-25
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