Skip to content

Releases: elliotchance/redis-usage

v1.5.2

15 Jul 17:29
2d9874c
Compare
Choose a tag to compare
fix "-timeout" option (#3)

Co-authored-by: Anatolii Shirokov <[email protected]>

v1.5.1

24 Jun 15:15
52b7cde
Compare
Choose a tag to compare
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

27 Aug 00:13
Compare
Choose a tag to compare
Adding "-password" option (#1)

v1.4.0

27 Aug 00:14
Compare
Choose a tag to compare
Added "-no-progress" option

- Fixed infintie loop caused by SCAN.

v1.3.0

27 Aug 00:14
Compare
Choose a tag to compare
Adding "-reconnect" setting

- Also fixed "-timeout" option.

v1.2.0

25 Jun 07:15
Compare
Choose a tag to compare
  • Added -separator option.

v1.1.0

25 Jun 05:14
Compare
Choose a tag to compare
  • 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

25 Jun 03:41
Compare
Choose a tag to compare
  • Initial release