{"library":"async-redis","type":"library","category":null,"description":"async-redis is a lightweight wrapper over the node_redis library, providing first-class async/await and Promise support for Redis operations in Node.js. Version 2.0.0 is the current stable release, targeting Node >=7.6.0. Unlike using promisify manually on node_redis, async-redis offers a drop-in replacement that automatically returns Promises for every command, supports decorating existing clients, and ships TypeScript definitions. It is a minimal, focused alternative to ioredis, suitable for projects already using node_redis that want async support without migrating to a different client.","language":"javascript","status":"active","version":"2.0.0","tags":["javascript","redis","async","promise","es6","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install async-redis","imports":["import asyncRedis from 'async-redis'","import asyncRedis from 'async-redis'; asyncRedis.decorate(client)","import asyncRedis from 'async-redis'; asyncRedis.createClient()","import type { RedisClient } from 'async-redis'"]},{"cmd":"yarn add async-redis","imports":[]},{"cmd":"pnpm add async-redis","imports":[]}],"homepage":"git://github.com/moaxaca/async-redis","github":"git://github.com/moaxaca/async-redis","docs":null,"changelog":null,"pypi":null,"npm":"async-redis","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}