qr icon indicating copy to clipboard operation
qr copied to clipboard

Fix dump and load methods on priority queues

Open gdooper opened this issue 7 years ago • 0 comments

Fixes the failing test for serializing and deserializing a Priority Queue to a file.

This PR also introduces a change where PriorityQueue.load() now uses self.extend() to load the items into Redis.

gdooper avatar Nov 13 '17 07:11 gdooper