<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/redis.git/src/redis-cli.c, branch modules-replication</title>
<subtitle>github.com: antirez/redis.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/'/>
<entry>
<title>Merge pull request #3554 from jybaek/Delete_duplicate</title>
<updated>2017-09-18T10:18:15+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-09-18T10:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=9b4cb4addcf03436edd9504a3d9b6bbc5c13cf1e'/>
<id>9b4cb4addcf03436edd9504a3d9b6bbc5c13cf1e</id>
<content type='text'>
Remove Duplicate Processing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove Duplicate Processing</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing fclose()</title>
<updated>2017-08-03T08:28:04+00:00</updated>
<author>
<name>jybaek</name>
<email>oops.jybaek@gmail.com</email>
</author>
<published>2017-08-03T08:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=a8c08b9b7668f784cfd24ecd2afb2fdd2ae65312'/>
<id>a8c08b9b7668f784cfd24ecd2afb2fdd2ae65312</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2259 from badboy/fix-2258</title>
<updated>2017-07-24T13:19:53+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-07-24T13:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=6b64cc47a07005af1c3dfff7469d76e2ed1a8ea7'/>
<id>6b64cc47a07005af1c3dfff7469d76e2ed1a8ea7</id>
<content type='text'>
Check that the whole first argument is a number</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Check that the whole first argument is a number</pre>
</div>
</content>
</entry>
<entry>
<title>redis-cli --latency: ability to run non interactively.</title>
<updated>2017-06-30T13:41:58+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-06-30T13:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=26e638a8e917608d8e75b07e5e941c7a24462c4d'/>
<id>26e638a8e917608d8e75b07e5e941c7a24462c4d</id>
<content type='text'>
This feature was proposed by @rosmo in PR #2643 and later redesigned
in order to fit better with the other options for non-interactive modes
of redis-cli. The idea is basically to allow to collect latency
information in scripts, cron jobs or whateever, just running for a
limited time and then producing a single output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This feature was proposed by @rosmo in PR #2643 and later redesigned
in order to fit better with the other options for non-interactive modes
of redis-cli. The idea is basically to allow to collect latency
information in scripts, cron jobs or whateever, just running for a
limited time and then producing a single output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3659 from cbgbt/cli-elapsed</title>
<updated>2017-06-20T14:53:56+00:00</updated>
<author>
<name>Salvatore Sanfilippo</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-06-20T14:53:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=0a03187ac495c2e0e45711954db1e54448e78a57'/>
<id>0a03187ac495c2e0e45711954db1e54448e78a57</id>
<content type='text'>
cli: Only print elapsed time on OUTPUT_STANDARD.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cli: Only print elapsed time on OUTPUT_STANDARD.</pre>
</div>
</content>
</entry>
<entry>
<title>redis-cli --bigkeys: show error when TYPE fails.</title>
<updated>2017-05-15T09:22:28+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-05-15T09:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=78211aaaafe999205c4ffda16a43732617c690ea'/>
<id>78211aaaafe999205c4ffda16a43732617c690ea</id>
<content type='text'>
Close #3993.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #3993.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize help only in repl mode</title>
<updated>2017-01-08T17:29:22+00:00</updated>
<author>
<name>Jan-Erik Rediger</name>
<email>janerik@fnordig.de</email>
</author>
<published>2017-01-08T17:27:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=afaaa9188537b7651b7e42dfe3e9f340af819a0f'/>
<id>afaaa9188537b7651b7e42dfe3e9f340af819a0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix redis-cli rare crash.</title>
<updated>2016-12-12T18:18:40+00:00</updated>
<author>
<name>Yossi Gottlieb</name>
<email>yossigo@gmail.com</email>
</author>
<published>2016-12-12T18:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=b6ab4d04b60548fcc5c04d2da53a8af0c3d59593'/>
<id>b6ab4d04b60548fcc5c04d2da53a8af0c3d59593</id>
<content type='text'>
This happens if the server (mysteriously) returns an unexpected response
to the COMMAND command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This happens if the server (mysteriously) returns an unexpected response
to the COMMAND command.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: Only print elapsed time on OUTPUT_STANDARD</title>
<updated>2016-12-03T04:59:33+00:00</updated>
<author>
<name>cbgbt</name>
<email>sean.kelly.2992@gmail.com</email>
</author>
<published>2016-12-01T10:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=e5db99ad4acfa22e28056a480b106ff7b06a0120'/>
<id>e5db99ad4acfa22e28056a480b106ff7b06a0120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>redis-cli typo fixed: perferences -&gt; preferences.</title>
<updated>2016-11-02T14:15:49+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2016-11-02T14:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=18d32c7e1c3fac6f927fc5d1187ac205edb0fec2'/>
<id>18d32c7e1c3fac6f927fc5d1187ac205edb0fec2</id>
<content type='text'>
Thanks to @qiaodaimadelaowang for signaling the issue.
Close #3585.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @qiaodaimadelaowang for signaling the issue.
Close #3585.
</pre>
</div>
</content>
</entry>
</feed>
