Navigation Menu

Skip to content

Commit

Permalink
Redis git version modified to 0.101 in order to distinguish that from…
Browse files Browse the repository at this point in the history
… the latest tar.gz via INFO ;)
  • Loading branch information
antirez committed May 26, 2009
1 parent 77b78dc commit 16edf32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog
@@ -1,3 +1,5 @@
2009-05-26 Redis 0.100 released
2009-05-26 client libraries synched in git
2009-05-26 ignore gcc warning about write() return code not checked. It is esplicitily this way since the "max number of clients reached" is a best-effort error
2009-05-26 max bytes of a received command enlarged from 1k to 16k
2009-05-26 RubyRedis: set TCP_NODELAY TCP socket option to to disable the neagle algorithm. Makes a huge difference under some OS, notably Linux
Expand Down
2 changes: 1 addition & 1 deletion redis.c
Expand Up @@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#define REDIS_VERSION "0.100"
#define REDIS_VERSION "0.101"

#include "fmacros.h"

Expand Down

0 comments on commit 16edf32

Please sign in to comment.