Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Forecasting in R: Python API to analyze time series data in Redis
redis 127.0.0.1:6379> hgetall linearregression
1) "1367373828" <<<< timestamp
2) "30860" <<<< visitors count
3) "1367473828"
4) "32860"
5) "1367273828"
6) "28860"
7) "1367073828"
8) "27060"
.....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment