joegasewicz / pytask-io

Python Async Task Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unused store function

joegasewicz opened this issue · comments

def _connect_to_store(host: str = "localhost", port: int = 6379, db: int = 0) -> redis.Redis: