{"_id":"@asyncio/redis","_rev":"1-dd857172278b8a00a207e97526c978be","name":"@asyncio/redis","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@asyncio/redis","version":"1.0.0","description":"A high performance async/await native redis client library.","keywords":["redis","database","asyncio","async/await"],"author":{"name":"James Keane","email":"james.keane.github@gmail.com"},"license":"MIT","main":"index.js","directories":{"lib":"lib","test":"test"},"scripts":{"check":"tsc","watch":"mocha --watch --reporter min test/**/*.js","test":"mocha test/**/*.js"},"engines":{"node":">=8.9"},"devDependencies":{"@types/mocha":"^5.2.6","@types/node":"^10.12.0","mocha":"^6.0.2","typescript":"^3.3.3333"},"repository":{"type":"git","url":"git://github.com/jameskeane/asyncio-redis.git"},"bugs":{"url":"https://github.com/jameskeane/asyncio-redis/issues"},"homepage":"https://github.com/jameskeane/asyncio-redis","gitHead":"9accab30c049673ea1d12933a6057e8807911b14","_id":"@asyncio/redis@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"jameskeane","email":"james.keane@gmail.com"},"dist":{"integrity":"sha512-6CTQ8JmWqsOWD1yeP31uqy3z0B+yHjjWk4//IQ0aEp/bRpO4YvfugTBIJWpMrKS6+4erMqO55sIUcPbB0iG2XA==","shasum":"b72f9cb110ab271e0b7a40285db91bd135100e64","tarball":"https://registry.npmjs.org/@asyncio/redis/-/redis-1.0.0.tgz","fileCount":6,"unpackedSize":18670,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciVfJCRA9TVsSAnZWagAAemAP/1oNQIYK1KwuRsDt5IIH\n5IeH3pRFLDNoHopscbJl/ejz1XhmgQXh8703xPO/slht+rr8S8L5OjG8ODIR\nFtkzl6H9/XzdusSWD8Mk4s9fNuGVnGEzJ9kq9SRhGleIWVrD3xZloR9zadsp\ncMRiqM39fjcCjPiDMAmcoyzBFJIf5jq6VLbXYYuYMGs1Bxw11OzmHZWOQPn3\nFK7wdDMgRHo/VCeoghK67tDo2zqrANg8Kwpw0NW8Qg3ZwLv1MTTvtuGABgig\n7vbV6gZ45uKDGBXn88iX1DK9jmegpFH446+PYoHxiPP6HFFH93qivTwlk78V\n5TNfavfzPMff+hMCZKDGkdJ3CDx1Jdxbh6xJ8Mge3qcekntwWG9UdRWkIS1H\nCcbNJiRCbtI+rZqa2Qw5GtoyAqfOM3LOE0EPW7lqnqm+573fpgZhxxeUTjme\nmLtt9Fpc8EigQz4/FGjdJEA/3UqXiJCei8meK9bodsJaz/sf47rg5cts/98q\nB7tcrC4uZBYRsZN2eGNInLTVSx66LDcL8HSi0H33aoFWGWcj/15uLEtFiPVb\nhGIG0Vp1fQogBY9wXzgzc2D4krv8aRxGDAozbWlluCocQo33M0oCxfjT4LNm\n04nChZ9rf12jcvb0baZ2Yn53JGGGN8x219UajAkBzqLe1i9DXyljSz98gWdV\nh7Mn\r\n=7gJI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAqjne97owWJmEjhVukxs9M+bsXYB4CxiQy2d/RJwFhDAiBoNxgt2HesMLloyDkRWpvN/Acgj+laRvX4CMYybOxAPg=="}]},"maintainers":[{"name":"jameskeane","email":"james.keane@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/redis_1.0.0_1552504776544_0.5264238990000214"},"_hasShrinkwrap":false}},"time":{"created":"2019-03-13T19:19:36.345Z","1.0.0":"2019-03-13T19:19:36.705Z","modified":"2022-04-04T16:02:06.507Z"},"maintainers":[{"name":"jameskeane","email":"james.keane@gmail.com"}],"description":"A high performance async/await native redis client library.","homepage":"https://github.com/jameskeane/asyncio-redis","keywords":["redis","database","asyncio","async/await"],"repository":{"type":"git","url":"git://github.com/jameskeane/asyncio-redis.git"},"author":{"name":"James Keane","email":"james.keane.github@gmail.com"},"bugs":{"url":"https://github.com/jameskeane/asyncio-redis/issues"},"license":"MIT","readme":"# @asyncio/redis\n\nA high performance async/await native redis client library.\n\nFully type-checked, fully documented, no compilation needed.\n\nSupports Node 8.X LTS.\n\n\n## Install\n\nInstall with [NPM](https://npmjs.org/):\n```\n    npm install @asyncio/redis\n```\n\n## Usage\n\n```javascript\nconst redis = require('@asyncio/redis');\n\nasync function main() {\n  const conn = await reddis.connect();\n\n  await conn.hset('hash', 'field', 'value');\n\n}\nmain();\n\n```\n\n","readmeFilename":"README.md"}