Closed nikochiko closed 4 years ago
Fixes #7
Changes:
edit: PS the payloads are pushed to a LIST named "queue:profiles" on the right side (RPUSH)
LIST
"queue:profiles"
RPUSH
So I wanted to ask if JSON is okay for encoding the payload? I have implemented that here but let me know if you want to use some other format.
Yeah, JSON is perfect
Fixes #7
Changes:
edit: PS the payloads are pushed to a
LIST
named"queue:profiles"
on the right side (RPUSH
)