2 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
5 <link type=
"text/css" rel=
"stylesheet" href=
"style.css" />
12 <img style=
"border:none" alt=
"Redis Documentation" src=
"redis.png">
16 <div id=
"pagecontent">
18 <!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. -->
19 <b>Redis0900ChangeLog: Contents
</b><br> <a href=
"#CHANGELOG for Redis 0.900">CHANGELOG for Redis
0.900</a>
22 <h1 class=
"wikiname">Redis0900ChangeLog
</h1>
29 <h1><a name=
"CHANGELOG for Redis 0.900">CHANGELOG for Redis
0.900</a></h1><pre class=
"codeblock python" name=
"code">
30 2009-
06-
16 client libraries updated (antirez)
31 2009-
06-
16 Better handling of background saving process killed or crashed (antirez)
32 2009-
06-
14 number of keys info in INFO command (Diego Rosario Brogna)
33 2009-
06-
14 SPOP documented (antirez)
34 2009-
06-
14 Clojure library (Ragnar Dahl
én)
35 2009-
06-
10 It is now possible to specify - as config file name to read it from stdin (antirez)
36 2009-
06-
10 max bytes in an inline command raised to
1024*
1024 bytes, in order to allow for very large MGETs and still protect from client crashes (antirez)
37 2009-
06-
08 SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP. (antirez)
38 2009-
06-
07 some minor changes to the backtrace code (antirez)
39 2009-
06-
07 enable backtrace capabilities only for Linux and MacOSX (antirez)
40 2009-
06-
07 Dump a backtrace on sigsegv/sigbus, original coded (Diego Rosario Brogna)
41 2009-
06-
05 Avoid a busy loop while sending very large replies against very fast links, this allows to be more responsive with other clients even under a KEY * against the loopback interface (antirez)
42 2009-
06-
05 Kill the background saving process before performing SHUTDOWN to avoid races (antirez)
43 2009-
06-
05 LREM now returns :
0 for non existing keys (antirez)
44 2009-
06-
05 added config.h for #ifdef business isolation, added fstat64 for Mac OS X (antirez)
45 2009-
06-
04 macosx specific zmalloc.c, uses malloc_size function in order to avoid to waste memory and time to put an additional header (antirez)
46 2009-
06-
04 DEBUG OBJECT implemented (antirez)
47 2009-
06-
03 shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on (antirez)
48 2009-
05-
27 maxmemory implemented (antirez)