Documentation
Installation
Windows
Mac
Linux
Docker
AWS EC2
AWS CloudFormation
Activating RDBTools
Features
Add a Redis instance
Memory Analysis
Performance Metrics
Java Serialized Objects
Views
Profiler
Slowlog
CLI
Configuration
Cluster Management
Memory Optimization
Compress Values
Use Smaller Keys
Switch to 32 Bits
Upgrade Redis Version
Use Better Serializer
Combine Smaller Strings to Hashes
Switch from Set to Intset for Numeric IDs
Switch to Bloom Filter or HyperLogLog
Shard Big Hash to Small Hash
Convert Hashtable to Ziplist for Hashes
Convert to a List instead of Hash
Compress Field Names
Enable Compression for List
Avoid Dynamic Lua Script
Reclaim Expired Keys Memory Faster
Release Notes
v0.9.42
v0.9.41
v0.9.40.1
v0.9.40
v0.9.39
v0.9.38
v0.9.37
v0.9.36
v0.9.35
v0.9.34.2
v0.9.34.1
v0.9.34
v0.9.33
v0.9.32
RDBTools Features - Slowlog
RDBTools Slowlog is a list of slow operations for your redis instance. These can be used to troubleshoot performance issues. Each entry in the list displays the command, duration and timestamp. Any transaction that exceeds slowlog-log-slower-than
microseconds will be recorded up to a maximum of slowlog-max-len
after which older entries will be discarded.
Clear Slowlog - Clear slowlog clears all the slowlog entries from your redis server.