mirror of
https://github.com/fluencelabs/redis
synced 2025-04-14 05:06:04 +00:00
Redis git version modified to 0.101 in order to distinguish that from the latest tar.gz via INFO ;)
This commit is contained in:
parent
77b78dc401
commit
16edf32dc3
@ -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 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 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
|
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
|
||||||
|
2
redis.c
2
redis.c
@ -27,7 +27,7 @@
|
|||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define REDIS_VERSION "0.100"
|
#define REDIS_VERSION "0.101"
|
||||||
|
|
||||||
#include "fmacros.h"
|
#include "fmacros.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user