Redis0900ChangeLog.html 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html>
  3. <head>
  4. <link type="text/css" rel="stylesheet" href="style.css" />
  5. </head>
  6. <body>
  7. <div id="page">
  8. <div id='header'>
  9. <a href="index.html">
  10. <img style="border:none" alt="Redis Documentation" src="redis.png">
  11. </a>
  12. </div>
  13. <div id="pagecontent">
  14. <div class="index">
  15. <!-- This is a (PRE) block. Make sure it's left aligned or your toc title will be off. -->
  16. <b>Redis0900ChangeLog: Contents</b><br>&nbsp;&nbsp;<a href="#CHANGELOG for Redis 0.900">CHANGELOG for Redis 0.900</a>
  17. </div>
  18. <h1 class="wikiname">Redis0900ChangeLog</h1>
  19. <div class="summary">
  20. </div>
  21. <div class="narrow">
  22. <h1><a name="CHANGELOG for Redis 0.900">CHANGELOG for Redis 0.900</a></h1><pre class="codeblock python" name="code">
  23. 2009-06-16 client libraries updated (antirez)
  24. 2009-06-16 Better handling of background saving process killed or crashed (antirez)
  25. 2009-06-14 number of keys info in INFO command (Diego Rosario Brogna)
  26. 2009-06-14 SPOP documented (antirez)
  27. 2009-06-14 Clojure library (Ragnar Dahl&Atilde;&copy;n)
  28. 2009-06-10 It is now possible to specify - as config file name to read it from stdin (antirez)
  29. 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)
  30. 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)
  31. 2009-06-07 some minor changes to the backtrace code (antirez)
  32. 2009-06-07 enable backtrace capabilities only for Linux and MacOSX (antirez)
  33. 2009-06-07 Dump a backtrace on sigsegv/sigbus, original coded (Diego Rosario Brogna)
  34. 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)
  35. 2009-06-05 Kill the background saving process before performing SHUTDOWN to avoid races (antirez)
  36. 2009-06-05 LREM now returns :0 for non existing keys (antirez)
  37. 2009-06-05 added config.h for #ifdef business isolation, added fstat64 for Mac OS X (antirez)
  38. 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)
  39. 2009-06-04 DEBUG OBJECT implemented (antirez)
  40. 2009-06-03 shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on (antirez)
  41. 2009-05-27 maxmemory implemented (antirez)
  42. </pre>
  43. </div>
  44. </div>
  45. </div>
  46. </body>
  47. </html>