https://github.com/openupm/verdaccio-redis-search-patch
The middleware overrides v1/search endpoint with a redis search based backend for verdaccio@5 and verdaccio-redis-storage
https://github.com/openupm/verdaccio-redis-search-patch
Last synced: about 1 year ago
JSON representation
The middleware overrides v1/search endpoint with a redis search based backend for verdaccio@5 and verdaccio-redis-storage
- Host: GitHub
- URL: https://github.com/openupm/verdaccio-redis-search-patch
- Owner: openupm
- Created: 2022-10-23T06:00:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T07:56:55.000Z (over 2 years ago)
- Last Synced: 2025-05-29T20:46:09.420Z (about 1 year ago)
- Language: TypeScript
- Size: 528 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# verdaccio-redis-search-patch
The middleware overrides v1/search endpoint with a redis search based backend for verdaccio@5 and verdaccio-redis-storage.
The package will be migrated to verdaccio-redis-storage after verdaccio@6 release.
Notice issue: auth check is disable for the search end point.
---
## development
See the [verdaccio contributing guide](https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUTING.md) for instructions setting up your development environment.
Once you have completed that, use the following npm tasks.
- `npm run build`
Build a distributable archive
- `npm run test`
Run unit test
For more information about any of these commands run `npm run ${task} -- --help`.