1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2025-12-13 03:05:55 +00:00

Support for redis expiration

This commit is contained in:
John Crepezzi
2011-11-21 22:03:50 -05:00
parent 0f2075fcda
commit d0e3e4cd02
5 changed files with 43 additions and 15 deletions

View File

@@ -19,7 +19,8 @@
"type": "redis",
"host": "localhost",
"port": 6379,
"db": 2
"db": 2,
"expire": 3600
}
}