]> git.saurik.com Git - redis.git/history - src
Define _XOPEN_SOURCE appropriately on NetBSD.
[redis.git] / src /
2012-12-12  Patrick TJ McPheeDefine _XOPEN_SOURCE appropriately on NetBSD.
2012-12-11  antirezFix config.h endianess detection to work on Linux ...
2012-12-03  antirezRedis 2.6.7
2012-12-03  antirezMemory leak fixed: release client's bpop->keys dictionary.
2012-12-02  antirezBlocking POP: use a dictionary to store keys clinet...
2012-12-01  antirezClient should not block multiple times on the same...
2012-11-28  antirezRedis 2.6.6
2012-11-22  antirezRedis 2.6.5
2012-11-22  antirezEVALSHA is now case insensitive.
2012-11-22  antirezFix integer overflow in zunionInterGenericCommand().
2012-11-22  antirezSafer handling of MULTI/EXEC on errors.
2012-11-20  antirezChildren creating AOF or RDB files now report memory...
2012-11-20  antirezzmalloc_get_private_dirty() function added (Linux only).
2012-11-14  antirezzmalloc: kill unused __size parameter in update_zmalloc...
2012-11-12  antirezMIGRATE: fix default timeout to 1000 milliseconds.
2012-11-12  antirezMIGRATE timeout should be in milliseconds.
2012-11-12  antirezMIGRATE: fix fd leak due to missing close on error.
2012-11-08  antirezRedis 2.6.4
2012-11-08  antirezBSD license added to every C source and header file.
2012-11-06  antirezRedis 2.6.3
2012-11-02  Runzhen Wangfix a typo in redis.h line 595 comment
2012-11-01  antirezMore robust handling of AOF rewrite child.
2012-11-01  Salvatore SanfilippoMerge pull request #743 from Cofyc/fixtypo
2012-11-01  antirezUnix socket clients properly displayed in MONITOR and...
2012-11-01  Yecheng Fufix typo in comments (redis.c, networking.c)
2012-10-31  antirezInvert two sides of if expression in SET to avoid a...
2012-10-30  antirezNo longer used macro rdbIsOpcode() removed.
2012-10-30  antirezhelp.h update (adds bitop, bitcount, evalsha...)
2012-10-26  antirezRedis 2.6.2
2012-10-26  antirezMarginally more robust glibc version test for sync_file...
2012-10-26  charsyampatch config.h for sync_file_range
2012-10-25  antirezRedis 2.6.1
2012-10-25  antirezFix compilation on Linux kernels or glibc versions...
2012-10-24  antirezUpdate memory peak stats while loading RDB / AOF.
2012-10-22  antirezRedis 2.6.0
2012-10-22  antirezA filed called slave_read_only added in INFO output.
2012-10-22  Greg HurrellFix (cosmetic) typos in dict.h
2012-10-22  Schusterredis-check-dump now understands dumps produced by...
2012-10-22  antirezDefault memory limit for 32bit instanced moved from...
2012-10-22  antirezDifferentiate SCRIPT KILL error replies.
2012-10-18  NanXiaoUpdate src/redis-benchmark.c
2012-10-16  antirezFix MULTI / EXEC rendering in MONITOR output.
2012-10-11  antirezMerge remote-tracking branch 'origin/2.6' into 2.6
2012-10-11  antirezAllow AUTH when Redis is busy because of timedout Lua...
2012-10-05  antirezRedis 2.6.0 RC8 (2.5.14)
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-10-05  antirezHash function switched to murmurhash2.
2012-10-05  antirezWarn when configured maxmemory value seems odd.
2012-10-05  antirezInclude time.h in ae.c as we now use time().
2012-10-04  JokeaForce expire all timer events when system clock skew...
2012-10-04  antirez"Timeout receiving bulk data" error message modified.
2012-10-03  antirez"SORT by nosort" (skip sorting) respect sorted set...
2012-10-01  antirezRevert "Scripting: redis.NIL to return nil bulk replies."
2012-09-28  antirezScripting: add helper functions redis.error_reply(...
2012-09-28  antirezScripting: redis.NIL to return nil bulk replies.
2012-09-27  Erik DubbelboerFixed some spelling errors in the comments
2012-09-27  Erik DubbelboerAdded consts keyword where possible
2012-09-27  antirezFinal merge of Sentinel into 2.6.
2012-09-27  antirezSentinel: Support for AUTH.
2012-09-27  antirezSentinel: reply -IDONTKNOW to get-master-addr-by-name...
2012-09-27  antirezSentinel: more easy master redirection if master is...
2012-09-27  antirezSentinel: do not crash against slaves not publishing...
2012-09-27  antirezSentinel: INFO command implementation.
2012-09-27  antirezSentinel: add Redis execution mode to INFO output.
2012-09-27  antirezSentinel: Sentinel-side support for slave priority.
2012-09-27  antirezSentinel: suppress harmless warning by initializing...
2012-09-27  antirezSentinel: send SCRIPT KILL on -BUSY reply and SDOWN...
2012-09-27  antirezSentinel: fixed a crash on script execution.
2012-09-27  antirezSentinel: SENTINEL FAILOVER command implemented.
2012-09-27  antirezSentinel: client reconfiguration script execution.
2012-09-27  antirezSentinel: when leader in wait-start, sense another...
2012-09-27  antirezSentinel: sentinelRefreshInstanceInfo() comments improv...
2012-09-27  antirezSentinel: abort failover when in wait-start if master...
2012-09-27  antirezSentinel: scripts execution engine improved.
2012-09-27  Jan-Erik RedigerInclude sys/wait.h to avoid compiler warning
2012-09-27  antirezSentinel: don't start a failover as leader if there...
2012-09-27  antirezSentinel: ability to execute notification scripts.
2012-09-27  mrbFix warning in redis.c for sentinel config load
2012-09-27  antirezSentinel: abort failover if no good slave is available.
2012-09-27  antirezSentinel: reset pending_commands in a more generic...
2012-09-27  antirezPrevent a spurious +sdown event on switch.
2012-09-27  antirezSentinel: debugging message removed.
2012-09-27  antirezSentinel: changes to connection handling and redirection.
2012-09-27  antirezSentinel: check that instance still exists in reply...
2012-09-27  antirezSentinel: more robust failover detection as observer.
2012-09-27  antirezFirst implementation of Redis Sentinel.
2012-09-21  antirezSRANDMEMBER <count> leak fixed.
2012-09-21  antirezAdded the SRANDMEMBER key <count> variant.
2012-09-17  antirezFix compilation on FreeBSD. Thanks to @koobs on twitter.
2012-09-17  antirezRedis 2.5.13 (2.6.0 RC7).
2012-09-17  antirezA reimplementation of blocking operation internals.
2012-09-11  antirezMake sure that SELECT argument is an integer or return...
2012-09-10  antirezMatch printf format with actual type in genRedisInfoStr...
2012-09-05  Haruto OtakeBITCOUNT: fix segmentation fault.
2012-09-05  Saj GoonatillekeBug fix: slaves being pinged every second
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-09-03  antirezSend an async PING before starting replication with...
2012-08-31  antirezScripting: Reset Lua fake client reply_bytes after...
2012-08-31  antirezSentinel: Redis-side support for slave priority.
2012-08-31  antirezScripting: require at least one argument for redis...
next