Does EasyEngine --wpredis add both NGINX HTTP Cache and Redis Full Page Cache?

@portofacil So if I say: Multilayer Pagecaching by Redis and NGINX it would not be correct as nginx does not do any part of the page caching? I am asking for marketing reasons but I will never state anything untruthful!

Thanks!

The “REDIS-Cache” plugin creates page cache entries in REDIS; Nginx consumes these entries from REDIS, serving them directly as any other cache.

In order to run WP-CLI commands on a blog, just cd its root directory. Example:

cd /var/www/example.com/htdocs
wp user list
1 Like

Thanks!

I will investigate how to do it with absolute commands without having to go to the folder.

Just use :

wp user list --path=`path/to/wordpress'
1 Like