<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/redis.git/src/object.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>Fixes an off-by-one in argument handling of `MEMORY USAGE`</title>
<updated>2017-11-08T14:08:29+00:00</updated>
<author>
<name>Itamar Haber</name>
<email>itamar@redislabs.com</email>
</author>
<published>2017-11-08T14:08:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=2564963dc8a9894f7b066988808af7e401f572e8'/>
<id>2564963dc8a9894f7b066988808af7e401f572e8</id>
<content type='text'>
Fixes #4430</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #4430</pre>
</div>
</content>
</entry>
<entry>
<title>More robust object -&gt; double conversion.</title>
<updated>2017-10-30T12:39:58+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-10-30T12:20:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=de474186bdb1a595bb77ccec577754134884bb52'/>
<id>de474186bdb1a595bb77ccec577754134884bb52</id>
<content type='text'>
Certain checks were useless, at the same time certain malformed inputs
were accepted without problems (emtpy strings parsed as zero).
Cases where strtod() returns ERANGE but we still want to parse the input
where ok in getDoubleFromObject() but not in the long variant.

As a side effect of these fixes, this commit fixes #4391.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Certain checks were useless, at the same time certain malformed inputs
were accepted without problems (emtpy strings parsed as zero).
Cases where strtod() returns ERANGE but we still want to parse the input
where ok in getDoubleFromObject() but not in the long variant.

As a side effect of these fixes, this commit fixes #4391.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MEMORY DOCTOR to MEMORY HELP.</title>
<updated>2017-07-28T15:47:54+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-07-28T15:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=bc64df9a66def9a86461d2f215a142ffffd03369'/>
<id>bc64df9a66def9a86461d2f215a142ffffd03369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't divide by zero</title>
<updated>2017-01-27T15:24:14+00:00</updated>
<author>
<name>Jan-Erik Rediger</name>
<email>janerik@fnordig.de</email>
</author>
<published>2017-01-27T15:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=3c9b817217b03d0377bed3857f0159a473711490'/>
<id>3c9b817217b03d0377bed3857f0159a473711490</id>
<content type='text'>
Previously Redis crashed on `MEMORY DOCTOR` when it has no slaves attached.

Fixes #3783
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously Redis crashed on `MEMORY DOCTOR` when it has no slaves attached.

Fixes #3783
</pre>
</div>
</content>
</entry>
<entry>
<title>Change switch statment to if statment</title>
<updated>2017-01-26T12:36:26+00:00</updated>
<author>
<name>miter</name>
<email>Miterv@163.com</email>
</author>
<published>2017-01-26T12:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=3ec1a001fbc11b54c0231f9c58384eb53ca3802e'/>
<id>3ec1a001fbc11b54c0231f9c58384eb53ca3802e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MEMORY USAGE: support for modules data types.</title>
<updated>2017-01-12T08:47:57+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2017-01-12T08:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=baa98988215f005b5b57e156c68a5bdc8454a3a5'/>
<id>baa98988215f005b5b57e156c68a5bdc8454a3a5</id>
<content type='text'>
As a side effect of supporting it, we no longer crash when MEMORY USAGE
is called against a module data type.

Close #3637.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a side effect of supporting it, we no longer crash when MEMORY USAGE
is called against a module data type.

Close #3637.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add '\n' to MEMORY DOCTOR command output message when num_reports</title>
<updated>2016-12-06T03:11:27+00:00</updated>
<author>
<name>wangshaonan</name>
<email>wshn13@gmail.com</email>
</author>
<published>2016-12-06T03:11:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=2d91fce9705b307e657bf5a4caf5cdbdee44faa1'/>
<id>2d91fce9705b307e657bf5a4caf5cdbdee44faa1</id>
<content type='text'>
is 0 or empty is 1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is 0 or empty is 1
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong sizeof(client) in object.c</title>
<updated>2016-10-31T13:08:17+00:00</updated>
<author>
<name>Guy Benoish</name>
<email>guy.benoish@redislabs.com</email>
</author>
<published>2016-10-31T13:08:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=8b070b5d1285b988d6413699f92a941475bea54c'/>
<id>8b070b5d1285b988d6413699f92a941475bea54c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added RM_CreateStringPrintf</title>
<updated>2016-09-21T09:30:38+00:00</updated>
<author>
<name>Dvir Volk</name>
<email>dvirsky@gmail.com</email>
</author>
<published>2016-09-21T09:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=a91650fc57077f53eac658d2da452bcf10d14ee6'/>
<id>a91650fc57077f53eac658d2da452bcf10d14ee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Typo fixed from MEMORY DOCTOR output.</title>
<updated>2016-09-16T14:52:00+00:00</updated>
<author>
<name>antirez</name>
<email>antirez@gmail.com</email>
</author>
<published>2016-09-16T14:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/redis.git/commit/?id=4263b121479cd42bb6ddf7ccd1104779ff70ec74'/>
<id>4263b121479cd42bb6ddf7ccd1104779ff70ec74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
