Releases: elliotchance/redis-usage
Releases · elliotchance/redis-usage
v1.5.2
fix "-timeout" option (#3) Co-authored-by: Anatolii Shirokov <[email protected]>
v1.5.1
Add go mod support (#2) Add go mod support to make sure go get would not break. Current setup require user to use Gopkg to build, not a simple go get. Co-authored-by: DeanSu <[email protected]>
v1.5.0
Adding "-password" option (#1)
v1.4.0
Added "-no-progress" option - Fixed infintie loop caused by SCAN.
v1.3.0
Adding "-reconnect" setting - Also fixed "-timeout" option.
v1.2.0
- Added
-separator
option.
v1.1.0
- Print results on error. If a network or timeout error occurs it will print out the stats it has calculated so far.
- Estimate and show the size of keys by taking a smaller sample with
DUMP
.
v1.0.0
- Initial release