Support for redis expiration

This commit is contained in:
John Crepezzi 2011-11-21 22:03:50 -05:00
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
}
}