Friday, January 20, 2017

How to run Redis server as daemon

 
 Want to run redis-server in background nonstop use below command
 
 
"redis-server --daemonize yes " 
 
Check if the process started or not:

ps aux | grep redis-server

 

No comments:

Kubernetes in one shotcat

root@srv509172:~# cat kind1/config.yaml   kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane   image: kindest/nod...