]> git.saurik.com Git - redis.git/history - src/redis.c
MIGRATE TCP connections caching.
[redis.git] / src / redis.c
2012-11-11  antirezMIGRATE TCP connections caching.
2012-11-08  antirezBSD license added to every C source and header file.
2012-11-07  antirezCOPY and REPLACE options for MIGRATE.
2012-11-07  antirezREPLACE option for RESTORE.
2012-11-06  antirezType mismatch errors are now prefixed with WRONGTYPE.
2012-11-02  Salvatore SanfilippoMerge pull request #741 from Run/typo
2012-11-01  antirezMore robust handling of AOF rewrite child.
2012-11-01  Yecheng Fufix typo in comments (redis.c, networking.c)
2012-10-22  antirezA filed called slave_read_only added in INFO output.
2012-10-22  Salvatore SanfilippoMerge pull request #693 from ghurrell/dict-h-typos
2012-10-22  antirezDefault memory limit for 32bit instanced moved from...
2012-10-16  antirezFix MULTI / EXEC rendering in MONITOR output.
2012-10-11  antirezAllow AUTH when Redis is busy because of timedout Lua...
2012-10-05  antirezWarn when configured maxmemory value seems odd.
2012-09-21  antirezAdded the SRANDMEMBER key <count> variant.
2012-09-17  antirezA reimplementation of blocking operation internals.
2012-09-10  antirezMatch printf format with actual type in genRedisInfoStr...
2012-09-05  Salvatore SanfilippoMerge pull request #576 from saj/fix-slave-ping-period
2012-09-04  antirezScripting: Force SORT BY constant determinism inside...
2012-08-29  antirezSentinel: add Redis execution mode to INFO output.
2012-08-28  antirezSentinel: Redis-side support for slave priority.
2012-08-28  antirezIncrementally flush RDB on disk while loading it from...
2012-08-24  antirezBetter Out of Memory handling.
2012-07-28  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-07-27  Salvatore SanfilippoMerge pull request #587 from saj/truncate-short-write...
2012-07-27  Salvatore SanfilippoMerge pull request #586 from saj/aof_last_bgrewrite_status
2012-07-25  Salvatore SanfilippoMerge pull request #603 from mrb/fix_sentinel_config_wa...
2012-07-25  mrbFix warning in redis.c for sentinel config load
2012-07-23  antirezFirst implementation of Redis Sentinel.
2012-07-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-07-22  antirezAllow Pub/Sub in contexts where other commands are...
2012-07-17  Saj GoonatillekeNew in INFO: aof_last_bgrewrite_status
2012-06-27  antirezREPLCONF internal command introduced.
2012-06-21  antirezFixed comment typo into time_independent_strcmp().
2012-06-21  antirezFixed a timing attack on AUTH (Issue #560).
2012-05-25  antirezFour new persistence fields in INFO. A few renamed.
2012-05-24  antirezNew commands: BITOP and BITCOUNT.
2012-05-24  antirezAdd aof_rewrite_buffer_length INFO field.
2012-05-24  antirezAllow an AOF rewrite buffer > 2GB (Fix for issue #504).
2012-05-14  antirezactiveExpireCycle(): better precision in max time used.
2012-05-13  antirezImpovements for: Redis timer, hashes rehashing, keys...
2012-05-13  antirezRedis timer interrupt frequency configurable as REDIS_HZ.
2012-05-11  antirezComment improved so that the code goal is more clear...
2012-05-11  antirezMore incremental active expired keys collection process.
2012-05-04  Salvatore SanfilippoMerge pull request #494 from quiver/init-fixes
2012-05-02  antirezUse specific error if master is down and slave-serve...
2012-04-26  antirezDon't use an alternative stack for SIGSEGV & co.
2012-04-23  Salvatore SanfilippoMerge pull request #421 from ErikDubbelboer/sds-const
2012-04-23  Salvatore SanfilippoMerge pull request #461 from schlenk/unstable
2012-04-21  Salvatore SanfilippoMerge pull request #440 from ErikDubbelboer/spelling
2012-04-21  Salvatore SanfilippoMerge pull request #414 from chobits/unstable
2012-04-19  antirezSHUTDOWN NOSAVE now can stop a non returning script...
2012-04-18  Salvatore SanfilippoMerge pull request #456 from pietern/unstable-mkopts
2012-04-18  antirezTwo small fixes to maxclients handling.
2012-04-13  antirezMerge branch 'strict.lua' into unstable
2012-04-13  antirezStop access to global vars. Not configurable.
2012-04-13  antirezScripting: globals protection can now be switched on...
2012-04-12  antirezPrint arch bits with redis-server -v
2012-04-11  Salvatore SanfilippoMerge pull request #449 from ErikDubbelboer/unstable
2012-04-11  antirezComment typo fixed. Clusetr -> Cluster.
2012-04-10  antirezCheck write(2) return value to avoid warnings, because...
2012-04-10  antirezIt is now possible to enable/disable RDB checksum compu...
2012-04-07  antirezFor coverage testing use exit() instead of _exit()...
2012-04-06  antirezNew INFO field in persistence section: bgrewriteaof_sch...
2012-04-05  Salvatore SanfilippoMerge pull request #430 from anydot/f-testsuite
2012-04-05  Salvatore SanfilippoMerge pull request #426 from anydot/fix-rm-vm-comments
2012-04-05  Salvatore SanfilippoMerge pull request #431 from anydot/f-signal
2012-04-04  antirezStructure field controlling the INFO field master_link_...
2012-04-04  antirezNew "os" field in INFO output providing information...
2012-04-04  antirezSLAVEOF is not a write command.
2012-04-04  antirezPrint milliseconds of the current second in log lines...
2012-04-03  Premysl Hrubyallocate alternate signal stack, change of sigaction...
2012-04-03  antirezWhen the user-provided 'maxclients' value is too big...
2012-03-30  Joseph JangFixed a memory leak with replication
2012-03-28  antirezFixes for redisLogFromHandler().
2012-03-28  antirezLog from signal handlers is now safer.
2012-03-28  antirezMerge branch 'watchdog' into unstable
2012-03-27  Salvatore SanfilippoMerge pull request #389 from huangz1990/patch-1
2012-03-27  Salvatore SanfilippoMerge pull request #407 from anydot/fixes
2012-03-27  Premysl Hrubyuse server.unixtime instead of time(NULL) where possibl...
2012-03-27  antirezRedis software watchdog.
2012-03-25  antirezNew INFO field aof_delayed_fsync introduced.
2012-03-24  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-03-24  antirezAdd used allocator in redis-server -v output.
2012-03-21  antirezCorrectly create shared.oomerr as an sds string.
2012-03-20  antirezDEBUG should not be flagged as w otherwise we can not...
2012-03-20  antirezSupport for read-only slaves. Semantical fixes.
2012-03-19  antirezRead-only flag removed from PUBLISH command.
2012-03-18  antirezMore memory tests implemented. Default number of iterat...
2012-03-18  antirezNumber of iteration of --test-memory is now 300 (severa...
2012-03-16  antirezFirst implementation of --test-memory. Still a work...
2012-03-15  antirezFix for issue #391.
2012-03-14  antirezReclaim space from the client querybuf if needed.
2012-03-14  antirezCall all the helper functions needed by clientsCron...
2012-03-13  antirezProcess async client checks like client timeouts and...
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezInstantaneous ops/sec figure in INFO output.
2012-03-08  antirezrun_id added to INFO output.
2012-03-07  antirezBy default Redis refuses writes with an error if the...
2012-03-07  antirezRefuse writes if can't persist on disk.
next