Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tutoriais
Wiki
Wiki
Servidores
Redis
Redis
· Changes
Page history
Update Redis
authored
Mar 27, 2019
by
Jonatan Machado
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
Servidores/Redis.md
Servidores/Redis.md
+13
-1
No files found.
Servidores/Redis.md
View page @
9d1c43bc
...
...
@@ -13,3 +13,15 @@ function flush_redis_save_post()
w3tc_flush_all();
}
```
``
Limpar o cache do redis via terminal
> [jonatan@server]$ redis-cli
>
> 127.0.0.1:0000> FLUSHDB
>
> 127.0.0.1:0000> FLUSHALL
>
> 127.0.0.1:0000> exit