Please can anyone clarify if REDIS can handle both cache storage and sessions?
We are using memcache for both cache storage and sessions on our live site, works fine but I would like to try REDIS for both if possible. The Squiz manual says sessions not supported on the REDIS config page though I was confused by the statement under the matrix session clean up script "This script is only effective when your system is configured to run the default Matrix cache. If you are using Memcache or Redis cache storage, this cleanup process is handled internally by these caching systems." might suggest REDIS can handle sessions?
- if not what are the options - if not go back and use Matrix for sessions and presumably get a performance hit or use memcache just for sessions? Is it worth using memcache for just sessions?
Any suggestions appreciated.