2.0.3 • Published 1 year ago

abacl-redis v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ABACL - Redis Driver

npm npm Coverage GitHub documentation Build, Test and Publish

ABACL redis storage driver to store policies in your redis.

Quick Start

Installation

npm install --save abacl-redis

Use Redis Driver

import { RedisDriver } from 'abacl-redis';
import { AccessControl } from 'abacl';

const ac = new AccessControl([], { driver: RedisDriver.build(/* Redis | RedisOptions */) });

// OR

const ac = new AccessControl([], { driver: () => RedisDriver.build(/* Redis | RedisOptions */) });

License

MIT

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago