pachterlab/sircel

redis server still needed but not documented?

colindaven opened this issue · 0 comments

There are related closed issues, but this still affected me now.

redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused.

Solved by installing and running redis-server

sudo apt install redis-server
redis-server &

now run sircel