Getting an error while using the latest version of @upstash/redis to create a Redis Client Downgraded to version `1.20.1` which solved the error ``` npm install @upstash/redis@1.20.1 ``` or ``` yarn add @upstash/redis@1.20.1 ```