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.