All Versions
15
Latest Version
Avg Release Cycle
273 days
Latest Release
903 days ago

Changelog History
Page 2

  • v0.12.1 Changes

    January 26, 2015
    • ๐Ÿ›  Fix make install: DESTDIR support, install all required files, install PKGCONF in proper location
    • ๐Ÿ›  Fix make test as 32 bit build on 64 bit platform
  • v0.12.0 Changes

    January 22, 2015
    • โž• Add optional KeepAlive support

    • Try again on EINTR errors

    • โž• Add libuv adapter

    • โž• Add IPv6 support

    • โœ‚ Remove possibility of multiple close on same fd

    • โž• Add ability to bind source address on connect

    • โž• Add redisConnectFd() and redisFreeKeepFd()

    • ๐Ÿ›  Fix getaddrinfo() memory leak

    • ๐Ÿ›  Free string if it is unused (fixes memory leak)

    • ๐Ÿ‘Œ Improve redisAppendCommandArgv performance 2.5x

    • โž• Add support for SO_REUSEADDR

    • ๐Ÿ›  Fix redisvFormatCommand format parsing

    • โž• Add GLib 2.0 adapter

    • ๐Ÿ”จ Refactor reading code into read.c

    • ๐Ÿ›  Fix errno error buffers to not clobber errors

    • ๐Ÿ— Generate pkgconf during build

    • Silence _BSD_SOURCE warnings

    • ๐Ÿ‘Œ Improve digit counting for multibulk creation

  • v0.11.0 Changes

    August 28, 2012
    • Increase the maximum multi-bulk reply depth to 7.

    • Increase the read buffer size from 2k to 16k.

    • ๐Ÿ“Š Use poll(2) instead of select(2) to support large fds (>= 1024).

  • v0.10.1 Changes

    June 19, 2011
    • ๐Ÿ‘‰ Makefile overhaul. Important to check out if you override one or more variables using environment variables or via arguments to the "make" tool.

    • Issue #45: Fix potential memory leak for a multi bulk reply with 0 elements being created by the default reply object functions.

    • Issue #43: Don't crash in an asynchronous context when Redis returns an error reply after the connection has been made (this happens when the maximum number of connections is reached).

  • v0.10.0 Changes

    April 22, 2011
    • ๐Ÿ‘€ See commit log.