[[Windows redis]]
Use [[redis-cli ]] to interact remotely
Connect to redis server
`redis-cli -h 10.129.177.5`
info - presents information and stats for the server. Also shows the number of keys These can be selected with 'select
keys * - list all keys in the DB
get flag - will present key in named key