Stop/Start Redis
These commands stop and start Redis. Run them separately.
gp redis -stop gp redis -start
Restart Redis
The restart command issues a STOP and then START from one command.
gp redis -restart
Reload Redis
Reload reloads the configuration without completely stopping the service.
gp redis -reload