joschan21 / similarity-api

https://www.similarityapi.com/
630 stars 128 forks source link

Use @upstash/redis@1.20.1 #11

Open dev-shetty opened 1 year ago

dev-shetty commented 1 year ago

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