joegasewicz / pytask-io

Python Async Task Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow users of this library to choose between a Redis store & in memory

joegasewicz opened this issue · comments

Allow users of this library to choose between a Redis store & in memory

This would require writing a memory storage first, right?

hey @makuzo Sorry this is being closed as the task would be too big, to implement a shared storage library across multiple processes / networks .. better to use existing solutions such as Redis