23 July 2020

redis 101


list all keys
redis-cli
> keys *




count item in keys
> llen key_name



> type key



if type is hash, then use hgetall to view
>hgetall key








No comments:

Post a Comment

Terima kasih