1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 03:05:55 +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

View File

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