Redis Notes

From Federal Burro of Information
Revision as of 20:15, 4 March 2021 by David (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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