Search
Tutorials
PHP
Python
Linux
JavaScript
HTML
MySQL
GIT
OS X
Postgres
Redis
Docker
Nginx
Kubernetes
Terraform
AWS
Rust
Helpers
Google maps navigator
MySQL Helper
Postgres Helper
Docker Helper
Kubernetes manifests
Terraform Examples
Home
Redis
Redis commands
Redis commands
Posted on 02-Aug-2018
Connect to redis in CLI
redis-cli -h {server_ip:127.0.0.1} -p {server_port:6379}
Commands to run in CLI
Flush all content
flushall