headless-chrome-crawler icon indicating copy to clipboard operation
headless-chrome-crawler copied to clipboard

fix RedisCache

Open milahu opened this issue 2 years ago • 0 comments

use ioredis instead of redis

add extra code to make typescript happy

fix errors

TypeError: this._client.zadd is not a function

because redis has changed api

ClientClosedError: The client is closed

because redis is broken https://stackoverflow.com/questions/70896392

milahu avatar Nov 11 '22 18:11 milahu