Categories
Queues REDIS

Redis Practical commands

Redis Command Line

redis-cli -h 127.0.0.1 -p 6379

List keys

keys *

Show Value Key

mget "nameOfYourKey"

Leave a Reply