peaclab / MicroFaaS-worker

FaaS on small, embedded-system-like compute nodes
MIT License
0 stars 1 forks source link

Redis workload #1

Closed yannip1234 closed 3 years ago

abyrne55 commented 3 years ago

Looks great, I just want to add one more, so that both database types have two functions. Could you add a function that just takes an id and balance from params and inserts it into the database? Should be as simple as copy-pasting your current function and changing the line starting with r.incby

abyrne55 commented 3 years ago

Just a small typo, otherwise LGTM