Redis tests didn't pass with redis-mock because it doesn't support eval
method. I'd simply separate Redis cache tests.
Plus, I had to change the function style for Mocha not to use arrow function. See https://mochajs.org/#arrow-functions for the details.
Fixes https://github.com/yujiosaka/headless-chrome-crawler/issues/203 FYI @panthony