0.27.0 • Published 4 months ago

@umami/redis-client v0.27.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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.27.0

4 months ago

0.26.0

5 months ago

0.25.0

5 months ago

0.24.0

7 months ago

0.23.0

7 months ago

0.22.0

7 months ago

0.21.0

1 year ago

0.20.0

1 year ago

0.19.0

1 year ago

0.10.0

2 years ago

0.11.0

2 years ago

0.9.0

2 years ago

0.12.0

2 years ago

0.8.0

2 years ago

0.13.0

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.16.0

2 years ago

0.17.0

2 years ago

0.7.0

2 years ago

0.18.0

2 years ago

0.6.0

2 years ago

0.3.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.2.0

2 years ago

0.1.0

3 years ago