I want to have Redis cache on my hosting but I don't know which OS or hosting control panels that allowing this cache to run on it? I am running Centos 6 on a Linux server. Can I install this caching system?
Hello, at the moment, there is no hosting control panels which support redis as caching system natively, but that doesn't mean you cannot install it.
You can install redis-server on almost all linux distribution (or compile it from source if needed), and if you cannot install php-redis directly with your package manager, it's also possible to compile it from source.