0.21.0 • Published 8 days ago

@umami/redis-client v0.21.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

@umami/redis-client

Redis client wrapper

Installation

npm install @umami/redis-client

Usage

Declare an environment variable for the connection:

REDIS_URL=redis://username:password@hostname:port

Example usage:

import redisClient from '@umami/redis-client';

await redisClient.set('key', 'hello');

const value = await redisClient.get('key');

License

MIT

0.21.0

8 days ago

0.20.0

18 days ago

0.19.0

18 days ago

0.10.0

8 months ago

0.11.0

8 months ago

0.9.0

8 months ago

0.12.0

8 months ago

0.8.0

8 months ago

0.13.0

8 months ago

0.14.0

8 months ago

0.15.0

8 months ago

0.16.0

7 months ago

0.17.0

6 months ago

0.7.0

8 months ago

0.18.0

6 months ago

0.6.0

8 months ago

0.3.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago