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