forked from Netflix/dynomite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2013-23-04 Manju Rajashekhar <[email protected]> | ||
* twemproxy: version 0.2.4 release | ||
redis keys must be less than mbuf_data_size() in length (fifsky) | ||
Adds support for DUMP/RESTORE commands in Redis (remotezygote) | ||
Use of the weight value in the modula distribution (mezzatto) | ||
Add support to unix socket connections to servers (mezzatto) | ||
only check for duplicate server name and not 'host:port:weight' when 'name' is configured | ||
crc16 hash support added (mezzatto) | ||
|
||
2013-31-01 Manju Rajashekhar <[email protected]> | ||
* twemproxy: version 0.2.3 release | ||
RPOPLPUSH, SDIFF, SDIFFSTORE, SINTER, SINTERSTORE, SMOVE, SUNION, SUNIONSTORE, ZINTERSTORE, and ZUNIONSTORE support (dcartoon) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Define the package version numbers and the bug reporting address | ||
m4_define([NC_MAJOR], 0) | ||
m4_define([NC_MINOR], 2) | ||
m4_define([NC_PATCH], 3) | ||
m4_define([NC_PATCH], 4) | ||
m4_define([NC_BUGS], [[email protected]]) | ||
|
||
# Initialize autoconf | ||
|