Redis Notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with "== client == apt-get install redis-tools == server == apt-get install redis-server INFO server == performance == INFO https://redis.io/commands/INFO === size ===...")
 
No edit summary
 
Line 14: Line 14:


https://redis.io/commands/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 ===
=== size ===


  INFO keyspace
  INFO keyspace

Latest revision as of 20:15, 4 March 2021

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