tag:github.com,2008:https://github.com/leonchen83/redis-rdb-cli/releases
Release notes from redis-rdb-cli
2024-07-15T12:24:53Z
tag:github.com,2008:Repository/139314347/v0.9.6
2024-07-15T12:56:42Z
v0.9.6
<h3>0.9.6</h3>
<p>Fix <code>rdt</code> convert db bug.</p>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.9.5
2023-12-11T04:07:27Z
v0.9.5
<h3>0.9.5</h3>
<p>Fix full sync offset bug. this bug could cause losing data in reconnection<br>
Support for java 21.<br>
Docker support Apple silicon.</p>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.9.4
2023-08-16T07:49:21Z
v0.9.4
<h3>v0.9.4</h3>
<p>Add command option <code>--ignore-ttl</code>.<br>
Add support for redis 7.2.</p>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.9.3
2023-02-02T13:33:59Z
v0.9.3
<h3>0.9.3</h3>
<p>Add command description.<br>
Add support for <code>SCAN</code> mode.</p>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.9.2
2023-01-06T04:29:10Z
v0.9.2
<h3>0.9.2</h3>
<p>Fix Lzf compress bug.<br>
Upgrade dependencies.</p>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.9.1
2022-05-01T08:10:22Z
v0.9.1
No content.
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.9.0
2022-04-09T07:20:28Z
v0.9.0
<h3>0.9.0</h3>
<p>Fix <code>redis sentinel</code> auth and ssl bug.</p>
<p>Support export <code>jsonl</code> for <code>rct -f mem</code> and <code>rct -f count</code>.<br>
To export jsonl file need to edit <code>/path/to/redis-rdb-cli/conf/redis-rdb-cli.conf</code> and change <code>export_file_format</code> from <code>csv</code> to <code>jsonl</code>.</p>
<p>Optimize grafana dashboard and add <code>top N key</code> metric to grafana.<br>
To show <code>top N key</code> need to add <code>--largest</code> option in <code>rct</code> command.</p>
<p>Support for <code>enable_progress_bar</code> config. the value is <code>true</code> by default.</p>
<p>Add new command <code>rmonitor</code> to monitor redis server.</p>
<div class="highlight highlight-source-java notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# standalone or master-slave redis
$ rmonitor -s redis://127.0.0.1:6379 -n standalone
# cluster
$ rmonitor -s redis://127.0.0.1:30001 -n cluster
# sentinel
$ rmonitor -s redis-sentinel://sntnl-usr:sntnl-pwd@127.0.0.1:26379?master=mymaster&authUser=usr&authPassword=pwd -n sentinel"><pre># <span class="pl-smi">standalone</span> <span class="pl-s1">or</span> <span class="pl-s1">master</span>-<span class="pl-smi">slave</span> <span class="pl-s1">redis</span>
<span class="pl-smi">$</span> <span class="pl-s1">rmonitor</span> -<span class="pl-smi">s</span> <span class="pl-s1">redis</span>:<span class="pl-c">//127.0.0.1:6379 -n standalone</span>
# <span class="pl-smi">cluster</span>
<span class="pl-s1">$</span> <span class="pl-s1">rmonitor</span> -<span class="pl-smi">s</span> <span class="pl-s1">redis</span>:<span class="pl-c">//127.0.0.1:30001 -n cluster</span>
# <span class="pl-smi">sentinel</span>
<span class="pl-s1">$</span> <span class="pl-s1">rmonitor</span> -<span class="pl-smi">s</span> <span class="pl-s1">redis</span>-<span class="pl-s1">sentinel</span>:<span class="pl-c">//sntnl-usr:sntnl-pwd@127.0.0.1:26379?master=mymaster&authUser=usr&authPassword=pwd -n sentinel</span></pre></div>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.8.2
2022-03-03T06:10:51Z
v0.8.2
<h3>0.8.2</h3>
<p>Support for redis 7.0-RC2.<br>
Fix windows cmd running failed bug.<br>
Fix redis cluster acl bug. see <a href="https://github.com/leonchen83/redis-rdb-cli/issues/28" data-hovercard-type="issue" data-hovercard-url="/leonchen83/redis-rdb-cli/issues/28/hovercard">issue 28</a>.</p>
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.8.1
2022-02-17T04:58:53Z
v0.8.1
No content.
github-actions[bot]
tag:github.com,2008:Repository/139314347/v0.8.0
2022-02-01T12:51:46Z
v0.8.0
No content.
github-actions[bot]