rpj / rpi

RPJiOS: RPJ's RPi OS, a sensor data platform for the Raspberry Pi built with python2.7 and redis.
https://rpjios.com
MIT License
25 stars 1 forks source link

Re-implement using streams #2

Open rpj opened 5 years ago

rpj commented 5 years ago

Redis 5.0 landed the feature that this code base half-implements! The examples in the docs are even sensor-based! Re-implement using streams, obviously. (Will need relatively wide adoption of v5, though)

rpj commented 5 years ago

Honestly not even a P4, as things work just fine and in fact very similarly to the way they would using Streams, and in a backwards-compatible way to boot. Moving tags, though I'll probably just close this as NTBF eventually.