Closed sasoriza closed 8 years ago
Have you enabled Cm_RedisSession
in app/etc/modules/Cm_RedisSession.xml
?
I completely removed both Cm_RedisSession and Cm_Cache_Backend_Redis and reinstalled whilst updating to 1.9.2.2 and now it's seems to be working. I am not sure what I did wrong the first time, I know it was working for some time and suddenly I noticed my core_session table growing larger and larger. All fixed now though...
I am using your extension alongside these both: https://github.com/colinmollenhour/Cm_RedisSession https://github.com/colinmollenhour/Cm_Cache_Backend_Redis and noticed the following behavior:
If I only include the edits for Cm_RedisSession in my local.xml, your Redis Manager will list the session database as being in use. As soon as I also include the Cm_Cache_Backend_Redis edits, both databases will be listed in your Redis Manager but the session db will remain empty.
Is this a problem with your Redis Manager or am I doing something wrong? This is the related code in my local.xml I am trying:
Can you reproduce this issue if you use all three extensions?