Basic command
Download
Download from:
https://redis.io/Β
Login
redis-cli -h 1.1.1.1 -p 6379See all informations
infoGet all the keys
keys *Get specific keys values
get <name_key>
get agesLast updated on
Download from:
https://redis.io/Β
redis-cli -h 1.1.1.1 -p 6379infokeys *get <name_key>
get ages