Tags: fullduplex1/redis
  
            
          Tags
  [Setup] Nuget/Chocolatey packages update.
[Change] Updated the ReleasePackagingTool to include all .pdb files.
[Change] Updated the nuget/chocolatey templates to conform with the guidelines:
         - Replaced the Redis logo with the Redis icon.
         - Changed the package title.
         - Changed the package description.
         - Removed the package summary to use a short version of the decription
           instead.
 [Change] Updated license.txt to 2015.
    Merge pull request microsoftarchive#237 from MSOpenTech/WixInstaller Add MSI installer. This is taken from microsoftarchive#210, with a few more tweaks.
Workaround for getpeername() issue getpeername() is returning invalid addresses on ipv6 sockets accepted with AcceptEx, filling only 16 bytes of the address structure. Providing a workaround by saving the remote address returned by GetAcceptExSockaddrs, which is valid.
Workaround for getpeername() issue getpeername() is returning invalid addresses on ipv6 sockets accepted with AcceptEx, filling only 16 bytes of the address structure. Providing a workaround by saving the remote address returned by GetAcceptExSockaddrs, which is valid.
Abort on OOM It looks like microsoftarchive@62cc0e3#diff-07ce465381b20e496c6fb51bedd3491fR3105 inadvertently made the Windows side not abort when an OOM occurs.
Fix redis-cli pipe mode Pipe mode was broken due to CRT's translation of CRLF sequences.
PreviousNext