GridPane is pleased to announce that we’ve accepted a strategic investment from Automattic: Read all about it
Service Management: Redis
1 min read
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