avodovnik / eventstreamer

An implementation of a function to process events coming in from Event Hub, i.e. from small on-body sensors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Garbage Collection for Redis Keys

avodovnik opened this issue · comments

At the moment, Redis keys are added constantly, flooding our Redis instance. It would be useful to make sure we somehow clean the keys when we're done with a session.