From d175860c6b299cbd215c48f74450b232e26e4d5c Mon Sep 17 00:00:00 2001 From: wangdongxun Date: Thu, 22 Sep 2016 20:09:26 +0800 Subject: [PATCH] add modify explain --- resources/ReadMe.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/ReadMe.txt b/resources/ReadMe.txt index d6af936..15ca48d 100644 --- a/resources/ReadMe.txt +++ b/resources/ReadMe.txt @@ -40,3 +40,8 @@ Steps to be done, Note: * The Redis session manager supports, both single redis master and redis cluster based on the redis.properties configuration. + +modify explain: + * add redis select database + * repair redis session time unit bug,timeout=session.getMaxInactiveInterval(),unit =seconds +