hyperlog-core / hyperlog-backend

Backend for hyperlog
0 stars 0 forks source link

Add functionality to send profile payload to Redis #14

Closed nikochiko closed 4 years ago

nikochiko commented 4 years ago

Fixes #7

Changes:

edit: PS the payloads are pushed to a LIST named "queue:profiles" on the right side (RPUSH)

nikochiko commented 4 years ago

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.

BrainBuzzer commented 4 years ago

Yeah, JSON is perfect