In order to check if Redis is really working.
First, flush all keys stored in redis in order to remove old cache entries
$ redis-cli FLUSHALL
Monitor REDIS realtime.
$ redis-cli MONITOR
The reload your application and see if something is going in your monitor. You should be able to see some SET
happening. This means that Redis is storing the cache.
can you check is it working on my website dear? my website