Closed hectoroso closed 3 years ago
It looks like you are running an instance of Redis that doesn't have the required RediSearch and RedisBloom modules installed. This codebase also uses RedisJSON - take a look at the supplied Docker Compose file for an example container that includes these. Are you using a different Docker image for Redis than the one supplied in the repo?
Hi, I'm running using: MacOS: Big Sur 11.5.1 Node: v12.18.4 (also tried with v10 and v14) Docker Desktop: 3.5.2.18
I cloned the repo (commit 30360f2), ran
npm install
and got the docker container running. Trying to load the data fails. Any ideas or pointers as to where I can find more info?