In this release we will push an update to the hypernode-servicectl command-line tool that will make it so that the app
user is now also privileged to restart the Redis service. It will be possible to restart the default Redis instance that is commonly used for the full page cache, but it will also be possible to restart the optional persistent Redis instance that is more suited for storing user sessions because of the configured eviction policy. Restarting Redis (instead of just flushing it) can sometimes have some utility in rare low memory situations where the cache gets confused and can not be gracefully manipulated anymore.
$ hypernode-servicectl service --help
usage: hypernode-servicectl [-h] [--version] [action] [service [service ...]]
Control Hypernode services
positional arguments:
action desired action on services (restart|reload)
service target service, (mysql|nginx|php5.6-fpm|redis-server|redis-
server-persistent)
optional arguments:
-h, --help show this help message and exit
--version show program's version number and exit