Difference between revisions of "Redis-client"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} kubectl run --namespace default redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.0.5-debian-11-r0 --...")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
  
   [[kubectl run]] --namespace default [[redis-client]] --restart='Never'  --env REDIS_PASSWORD=$REDIS_PASSWORD  --image docker.io/bitnami/redis:7.0.5-debian-11-r0 --command -- sleep infinity
+
   [[kubectl run]] --namespace default [[redis-client]] --restart='Never'  [[--env]] REDIS_PASSWORD=$REDIS_PASSWORD  --image docker.io/bitnami/redis:7.0.5-debian-11-r0 --command -- sleep infinity
  
 
   Use the following command to attach to the pod:
 
   Use the following command to attach to the pod:
 
   [[kubectl exec]] --tty -i redis-client \
 
   [[kubectl exec]] --tty -i redis-client \
 
   --namespace default -- bash
 
   --namespace default -- bash
 +
 +
 +
 +
 +
{{Redis}}

Revision as of 07:28, 9 March 2023


  kubectl run --namespace default redis-client --restart='Never'  --env REDIS_PASSWORD=$REDIS_PASSWORD  --image docker.io/bitnami/redis:7.0.5-debian-11-r0 --command -- sleep infinity
  Use the following command to attach to the pod:
  kubectl exec --tty -i redis-client \
  --namespace default -- bash



Redis, installation, /etc/redis.conf, values.yml, Redis Cluster, Redis Sentinel, /etc/redis-sentinel.conf, Redis memory footprint, redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb, redis-sentinel, redis-server, Amazon MemoryDB for Redis, AOF, Redis changelog, Redis Database (RDB), Append Only File (AOF), Redis logs

Advertising: