@asyncio/redis

1.0.0 • Public • Published

@asyncio/redis

A high performance async/await native redis client library.

Fully type-checked, fully documented, no compilation needed.

Supports Node 8.X LTS.

Install

Install with NPM:

    npm install @asyncio/redis

Usage

const redis = require('@asyncio/redis');

async function main() {
  const conn = await reddis.connect();

  await conn.hset('hash', 'field', 'value');

}
main();

Package Sidebar

Install

npm i @asyncio/redis

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

18.7 kB

Total Files

6

Last publish

Collaborators

  • jameskeane