Skip to content

Instantly share code, notes, and snippets.

static_resources:
listeners:
- address:
socket_address:
address: 0.0.0.0
port_value: 21000
filter_chains:
- filters:
- name: envoy.http_connection_manager
typed_config:
@LoremipsumSharp
LoremipsumSharp / redis_cheatsheet.bash
Created August 30, 2019 01:43 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.