But then if I go to data/myusername/cache the folder is empty. Is it normal?
Second thing how can I check that my redis cache system is working, is there a way on nextcloud or on redis using redis-cli to know ?
Because I don’t see real difference when using the web interface.
First, one optimization change that you can do, it’s to change the ‘host’ line to “localhost” (ONLY IF REDIS IS RUNNING ON THE SAME MACHINE AS NEXTCLOUD).
I’ve a dedicated redis server that’s why I’ve put the local ip.
I know the server is running as I was connected on it just before.
But I need to check that there are indeed file caching, but there seems to be no way to verify it. Another wierd point is that my local cache folder is empty, maybe someone can check his and let me know if it’s also empty or not ?
#live view on redis requests (${redis_host_password} comes from docker .env file)
docker exec -ti nextcloud-redis sh -c 'redis-cli -a ${REDIS_HOST_PASSWORD} MONITOR'
which basically executes redis-cli -a ${REDIS_HOST_PASSWORD} MONITOR within redis container - you might run the the command adopted to your environment - while you navigate through your NC WebUI (e.g. visit some folders in Files app) it should generate some output