Created
May 1, 2013 08:40
-
-
Save sureshsaggar/5494346 to your computer and use it in GitHub Desktop.
Forecasting in R: Python API to analyze time series data in Redis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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