An open API service indexing awesome lists of open source software.

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. ⚠

Awesome Lists containing this project

README

          

# @Aclify/redis

[![Aclify](media/header.png)](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