1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

Added Redis store support

This commit is contained in:
John Crepezzi
2011-11-18 19:52:18 -05:00
parent 26c148ff37
commit a1d5f79708
5 changed files with 83 additions and 4 deletions
+4 -2
View File
@@ -14,8 +14,10 @@
],
"storage": {
"type": "file",
"path": "./data"
"type": "redis",
"host": "localhost",
"port": 6379,
"db": 2
}
}