joegasewicz / pytask-io

Python Async Task Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store data with a unique id as a key value pair

joegasewicz opened this issue · comments

Currently data is stored in a list with random index's

Fix: Store data with a unique id as a key value pair

Maybe use uuid for the keys?

@makuzo sorry this has been fixed long ago. We have this covered now, thanks. Closing this issue.