Added Redis store support

This commit is contained in:
John Crepezzi 2011-11-18 19:52:18 -05:00
commit a1d5f79708
5 changed files with 83 additions and 4 deletions

View file

@ -14,8 +14,10 @@
],
"storage": {
"type": "file",
"path": "./data"
"type": "redis",
"host": "localhost",
"port": 6379,
"db": 2
}
}