Redis

From Ever changing code
Revision as of 12:54, 15 September 2020 by Pio2pio (talk | contribs) (Created page with "This is most about AWS ElastiCache service, Redis cache. Install the cli client only, Ubuntu 20.04 <source lang=bash> apt install redis-tools </source> Test connectivity <s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is most about AWS ElastiCache service, Redis cache.

Install the cli client only, Ubuntu 20.04

apt install redis-tools


Test connectivity

redis-cli -h re111111111111.aaaaaa.ng.0001.cac1.cache.amazonaws.com -p 6379 ping
PONG