Closed dineshbvadhia closed 2 years ago
persist-queue supports both, either raw object or serialized. you can choose based on your needs
Looking at the code, raw = True|False is available in the sql get/put functions but not for file-based queues ?
Wrt file-based queues, if the data items for
q.put(item)
are already serialized (in my case, with json or msgpack) then what are the options with persist-queue ?