I'm having the same problem. Did you find any solution for that?
Oct 14, 2015
7
Level 7
Redis sessions prefix
I'm currently using Redis for caching en sessions. But I noticed that both are stored under the same prefix. Can this behavior be changed? It's quite annoying to search for a cache key between all sessions.
I know I could use a separate database for the sessions. But in my opinion it's strange to store sessions under a 'cache' prefix.
Please or to participate in this conversation.