Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vodyani/redis-adapter
redis-adapter
https://github.com/vodyani/redis-adapter
Last synced: about 5 hours ago
JSON representation
redis-adapter
- Host: GitHub
- URL: https://github.com/vodyani/redis-adapter
- Owner: vodyani
- License: mit
- Created: 2022-04-06T07:48:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T05:46:34.000Z (21 days ago)
- Last Synced: 2024-10-30T08:39:04.123Z (21 days ago)
- Language: TypeScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Vodyani redis-adapter
*redis-adapter*
[![Npm](https://img.shields.io/npm/v/@vodyani/redis-adapter)](https://www.npmjs.com/package/@vodyani/redis-adapter)
[![Npm](https://img.shields.io/npm/dm/@vodyani/redis-adapter)](https://www.npmjs.com/package/@vodyani/redis-adapter)
[![License](https://img.shields.io/github/license/vodyani/redis-adapter)](LICENSE)
![Workflow](https://github.com/vodyani/redis-adapter/actions/workflows/release.yml/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/vodyani/redis-adapter/badge.svg?targetFile=package.json)](https://snyk.io/test/github/vodyani/redis-adapter?targetFile=package.json)## Installation
```sh
npm install @vodyani/redis-adapter
```## Recommendations
- typescript `v4.6.x`
- node.js `v12.x` ~ `v16.x`## Dependencies
- [ioredis](https://github.com/luin/ioredis) `v5`
## License
Vodyani redis-adapter is [MIT licensed](LICENSE).