Redis Notes
From Federal Burro of Information
Jump to navigationJump to search
client
apt-get install redis-tools
server
apt-get install redis-server
INFO server
performance
INFO
https://redis.io/commands/INFO
Not performance impacting to read this data:
SLOWLOG HELP
how many slow log entries are there?
SLOWLOG len
Get 10 slow log entries
SLOWLOG get 10
size
INFO keyspace