@sharyn/redis

2.0.9 • Public • Published

🌹 @sharyn/redis

npm

This package provides a convenient access to your Redis instance.

🌹 Install

yarn add @sharyn/redis

🌹 Usage

import redis from '@sharyn/redis'

const main = async () => {
  await redis.setAsync('some-key', 'hi')
  await redis.getAsync('some-key') // hi
  await redis.delAsync('some-key')
}

Dependents (0)

Package Sidebar

Install

npm i @sharyn/redis

Weekly Downloads

5

Version

2.0.9

License

MIT

Unpacked Size

3.61 kB

Total Files

4

Last publish

Collaborators

  • sharyn