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
Release Notes for v0.9.40.1
Bug Fixes
- Fixed multiple issues in RedisJSON view in the Browser tool
- Fixed styling of JSON
- Rename ReJSON to JSON on Add Key
- Delete button is not shown on closed node in JSON
- Float strings were being considered as JSON strings and the user was not allowed to edit it (JSON object strings cannot be edited)
- Fixed a crash in the Configuration tool due to a JS bug
*
literal was not supported in the search bar in the Profiling tool