]> git.saurik.com Git - redis.git/history - src/redis.c
Take a pointer to the relevant entry of the command table in the client structure...
[redis.git] / src / redis.c
2011-07-08  antirezTake a pointer to the relevant entry of the command...
2011-07-02  antirezchildrens -> children in INFO output field names. This...
2011-07-02  antirezno more allocation stats info in INFO, useless now...
2011-06-30  antirezFirst implementation of the slow log feature
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezFixed INFO implementation to use the new allocator...
2011-06-17  antireznew INFO filed master_link_down_since_seconds
2011-06-14  Salvatore SanfilippoMerge pull request #58 from hampus/fix-autorewrite
2011-06-12  Hampus WessmanFix automatic rewrite starting too early.
2011-06-10  antirezMake sure an automatic rewrite only gets triggered...
2011-06-10  antirezAdded new INFO fields related to the new AOF auto rewri...
2011-06-10  antirezFixed bug in AOF rewrite not working because of integer...
2011-06-10  antirezdebugging printf removed
2011-06-10  antirezAOF auto rewrite percentage option parsing fixed
2011-06-10  antirezMerge remote branch 'pietern/unstable-bench' into unstable
2011-06-10  antirezAvoid division by zero issues in the automatically...
2011-06-10  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-10  antirezautomatic AOF rewrite first implementation. Still to...
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-31  antirezVariadic ZREM
2011-05-31  antirezVariadic ZADD
2011-05-29  antirezINFO now contains the time (in usecs) needed to fork...
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-22  Pieter NoordhuisConfigurable synchronous I/O timeout
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisShow memory allocator in INFO output
2011-05-05  antirezcluster import/export of hash slots implemented in...
2011-04-21  antirezpeak fragmentation ratio removed as it is a confusing...
2011-04-21  antirezCLIENT LIST implemented
2011-04-21  antirezsave peak memory usage as statistic and show it in...
2011-04-19  antirezVariadic SREM
2011-04-19  antirezvariadic HDEL with tests
2011-04-15  antirezvariadic SADD
2011-04-15  antirezvariadic LPUSH/RPUSH
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-12  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-11  Salvatore Sanfilippoadded minimal cluster section in INFO output. This...
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezOBJECT command implemented
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-30  antirezcentralized cluster config file name. Assigned slots...
2011-03-29  antirezCluster branch merged to unstable.
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-22  antirezcommand table altered for the new API to get position...
2011-03-09  Pieter NoordhuisConfigurable thresholds for encoded sorted sets
2011-03-07  antirezMerge remote branch 'pietern/unstable-sigs' into unstable
2011-03-06  Pieter NoordhuisSave RDB on SIGTERM (see issue #471)
2011-02-28  antirezRDB/AOF loading times logged with millisecond precision
2011-02-25  antirezmore disk store fields in INFO
2011-02-21  antirezconflict resolved in cherry pick
2011-02-09  antirezintroduced a new logging function for big messages
2011-02-07  antirezMerge remote branch 'pietern/unstable-brpoplpush' into...
2011-02-07  antirezFix for the previous port 0 patch, thanks to Pieter...
2011-02-07  antirezIf port zero is specified, Redis will not listen for...
2011-01-27  antirezpropagate key eviction to slaves and AOF, like for...
2011-01-24  antirezINFO commandstats section reset with config resetstat...
2011-01-23  antirezNow INFO outputs the "INFO default" output if no argume...
2011-01-23  antirezINFO output refactoring. Now "INFO section" will report...
2011-01-23  antirezprofiling information in INFO
2011-01-20  antirezFixed issue #435 and at the same time introduced explic...
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
2011-01-14  antirezimplemented two new INFO fields showing the size of...
2011-01-09  antirezfixed bgsave_in_progress in INFO when BGSAVEing with...
2011-01-09  antirezallocation stats in INFO
2011-01-07  antirezdiskstore BGSAVE should work now
2011-01-07  antirezmore work towards diskstore bgsave
2011-01-07  antirezsource reshaped a bit to play well with a bgsaving...
2011-01-07  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-02  antirezfixed cache-flush-delay configuration parsing
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antireznegative caching implemented
2010-12-30  antirezadded cache-flush-delay configuration directive. Don...
2010-12-30  antirezmore work done for diskstore without trying to compile...
2010-12-30  antirezfixed a few bugs in DS store, now it's somewhat about...
2010-12-29  antirezdisk store logged messages improved
2010-12-29  antirezdiskstore directory structure creation
2010-12-29  antirezcron part of disk store object cache implemented. Objec...
2010-12-29  antireztouched key for WATCH refactored into a more general...
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisFix compiler warnings on Solaris
2010-12-20  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-19  antirezremoved some dead code, added evicted keys counter...
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge branch 'master' of github.com:antirez/redis
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  Pieter NoordhuisRefactor and rename SUBSTR to GETRANGE
2010-12-14  Pieter NoordhuisAdd SETRANGE command implementation and tests
next