https://github.com/aclify/redis
🔐 Aclify redis store. 👷♂️Not production ready, we're working on it. ⚠
https://github.com/aclify/redis
access acl acl-library aclify redis store
Last synced: about 2 months ago
JSON representation
🔐 Aclify redis store. 👷♂️Not production ready, we're working on it. ⚠
- Host: GitHub
- URL: https://github.com/aclify/redis
- Owner: Aclify
- Created: 2019-03-19T09:56:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T10:21:25.000Z (about 7 years ago)
- Last Synced: 2025-09-05T03:44:16.677Z (9 months ago)
- Topics: access, acl, acl-library, aclify, redis, store
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @Aclify/redis
[](https://github.com/Aclify)
[![Dependencies][prod-dependencies-badge]][prod-dependencies]
[![Coverage][coverage-badge]][coverage]
[![Build Status][travis-badge]][travis-ci]
[![MIT License][license-badge]][LICENSE]
[![PRs Welcome][prs-badge]][prs]
## Description
This module provides a Redis store for [Aclify](https://github.com/Aclify/aclify) package.
## Install
Npm:
```bash
$ npm install @aclify/redis --save
```
Yarn:
```bash
$ yarn add @aclify/redis
```
## Tests
```bash
$ npm run docker:run:test
```
## License
ISC © [Dimitri DO BAIRRO](https://github.com/Aclify/redis/blob/master/LICENSE)
[prod-dependencies-badge]: https://david-dm.org/Aclify/redis/status.svg
[prod-dependencies]: https://david-dm.org/Aclify/redis
[coverage-badge]: https://codecov.io/gh/Aclify/redis/branch/master/graph/badge.svg
[coverage]: https://codecov.io/gh/Aclify/redis
[node_acl]: https://github.com/OptimalBits/node_acl
[travis-badge]: https://travis-ci.org/Aclify/redis.svg?branch=master
[travis-ci]: https://travis-ci.org/Aclify/redis
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license]: https://github.com/Aclify/redis/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com