Skip to content

jameskeane/asyncio-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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();

About

A high performance async/await native redis client library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published