Skip to content

Rewrite the Node.js code to use node-redis rather than ioredis #27

@simonprickett

Description

@simonprickett

This application was written using the ioredis client. Rewrite it to use the latest node-redis client and update the README.md file as needed.

You should also use import statements instead of require (see this article for info), and use top level await.

Add an engines section to package.json (information here) to specify that the code requires Node 14.8 or higher. You could also additionally add an .nvmrc file.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions