Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ehacke/redis
Simple wrapper around ioredis, with some extra functionality
https://github.com/ehacke/redis
Last synced: 20 days ago
JSON representation
Simple wrapper around ioredis, with some extra functionality
- Host: GitHub
- URL: https://github.com/ehacke/redis
- Owner: ehacke
- License: mit
- Created: 2020-02-13T20:23:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T13:37:39.000Z (over 1 year ago)
- Last Synced: 2024-10-12T00:36:49.631Z (about 1 month ago)
- Language: TypeScript
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redis
Simple wrapper around ioredis, with some extra functionality# Install
```bash
npm i -S @ehacke/redis
```# Documentation
[Documentation](docs/README.md)