Skip to content

Instantly share code, notes, and snippets.

@sureshsaggar
Created May 1, 2013 08:40
Show Gist options
  • Select an option

  • Save sureshsaggar/5494346 to your computer and use it in GitHub Desktop.

Select an option

Save sureshsaggar/5494346 to your computer and use it in GitHub Desktop.
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