]> git.saurik.com Git - redis.git/history - src
when loading config set the ping/pong timestaps to the current value. Even a node...
[redis.git] / src /
2011-04-07  antirezwhen loading config set the ping/pong timestaps to...
2011-04-07  antireznode cluster configuration file configurable via redis...
2011-04-07  antirezuseless newline removed from log message
2011-04-07  antirezfixes to configuration loading and saving. However...
2011-04-07  antirezfirst version of cluster config loading code
2011-04-07  antirezinitial cluster config load code
2011-04-06  antirezmake sure that OBJECT ENCODING returns skiplist for...
2011-04-06  antirezOBJECT command implemented
2011-04-05  antirezbad data on RESTORE can no longer crash the server...
2011-04-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-04-01  antirezDUMP implemented, RESTORE and MIGRATE fixed. Use zcallo...
2011-03-31  antirezfixed memory leak introduced with the previous commit...
2011-03-31  antirezFixed issue #503. MONITOR + QUIT could crash the server...
2011-03-30  antirezminor change with no actual effects til the loading...
2011-03-30  antirezcentralized cluster config file name. Assigned slots...
2011-03-30  antirezfix to configuration saving on first start
2011-03-30  antirezcluster configuration saving
2011-03-29  antirezCluster branch merged to unstable.
2011-03-29  antirezMerge remote branch 'origin/getkeys' into unstable
2011-03-28  antirezPreloading messages log level changed from WARNING...
2011-03-28  antirezfixed a bug in RENAME getKeys() function
2011-03-28  antirezbug fixed in zunionstore specific getKeys() implementation
2011-03-28  antirezFixes to the new preloading / key discovery APIs
2011-03-28  antirezimplemented preload of EXEC using the new getKeys(...
2011-03-23  antirezminor style change
2011-03-23  antireznew preloading implemented, still EXEC not handled...
2011-03-22  antirezFixed sdssplitargs() handling of hex-style escapes.
2011-03-22  antirezcommand table altered for the new API to get position...
2011-03-20  antirezsdscatrepr() fixed. Now newlines and other special...
2011-03-10  antirezfixed diskstore race condition
2011-03-09  antirezencoding agnostic intsets
2011-03-09  antirezziplist are now endianess agnostic
2011-03-09  antirezzipmaps are now endianess agnostic, needed for on disk...
2011-03-09  antirezmemrev variants only doing the work if the target host...
2011-03-09  antirezEhm... sorry if we don't support PDP endianess
2011-03-09  antirezendianess conversion API, to be applied to specially...
2011-03-09  antirezbyte ordering detection in config.h
2011-03-08  antirezremoved useless call
2011-03-08  antirezsame final call of two if branches moved outside
2011-03-08  antirezuseless function removed
2011-03-08  antirezcomment typo fixed
2011-03-07  antirezMerge remote branch 'pietern/unstable-sigs' into unstable
2011-03-06  Pieter NoordhuisShow database number in cli prompt when non-zero
2011-03-06  Pieter NoordhuisStore SELECTed database for reconnect (issue #468)
2011-03-06  Pieter NoordhuisMinor memory leak in redis-cli (issue #464)
2011-03-06  Pieter NoordhuisOnly save history when stdin is a tty (issue #465)
2011-03-06  Pieter NoordhuisSave RDB on SIGTERM (see issue #471)
2011-03-04  antirezpossible fix for a failed assertion introduced with...
2011-03-04  antirezFixed return value of GETRANGE / SUBSTR
2011-03-04  antirezAOF file descriptor leak fixed
2011-03-04  antirezTTL command fixed to work reliably with diskstore
2011-03-04  antirezdebugging message moved from REDIS_WARING to REDIS_DEBUG
2011-03-01  antirezRedis manifesto added
2011-02-28  antirezfix type in rdbSaveKeyValuePair() when saving an intset...
2011-02-28  antirezdirect saving of specially encoded types implemented...
2011-02-28  antirezdefine name typo fixed
2011-02-28  antirezadded new RDB codes for ziplist encoded lists and intse...
2011-02-28  antirezsave ziplist encoded type as a different type id. Done...
2011-02-28  antirezconvert the zipmap into hash in rdb loading if the...
2011-02-28  antirezRDB/AOF loading times logged with millisecond precision
2011-02-28  antirezfix for zipmap raw saving in unstable branch
2011-02-28  antirezencoded types API to get blob length
2011-02-28  antirezsave zipmap encoded hashes as blobs. Work in progress.
2011-02-25  antirezless delays in diskstore when there are many writes...
2011-02-25  antirezmore disk store fields in INFO
2011-02-23  Pieter NoordhuisRestore argc/argv in EXEC after command is executed
2011-02-22  Paul Gideon DannAllow port to be 0 in configuration, in order to allow...
2011-02-21  antirezconflict resolved in cherry pick
2011-02-21  antirezsuppress a Linux warning, for 2.2 sake
2011-02-21  antirezcheck return value of getcwd()
2011-02-17  antirezCONFIG SET/GET for all the special encoding parameters...
2011-02-16  antirezSPOP replication/AOF patch ported to unstable branch
2011-02-14  antirezCONFIG GET/SET dir implemented
2011-02-11  antirezfixed two diskstore issues, a quasi-deadlock creating...
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-02-03  Pieter NoordhuisClarify comment
2011-02-03  Pieter NoordhuisReply with single null bulk for unsuccesful BRPOPLPUSH
2011-01-27  antirezpropagate key eviction to slaves and AOF, like for...
2011-01-27  antirezFixed a theoretical non exploitable security bug report...
2011-01-24  antirezINFO commandstats section reset with config resetstat...
2011-01-24  antirezportability fix in redis benchmark, using zu format...
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-20  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-20  antirezFixed compilation on FreeBSD
2011-01-17  Pieter NoordhuisRemove client from list of unblocked clients when it...
2011-01-15  antirezlame typo causing bad hashes memory characteristic
2011-01-14  antirezimplemented two new INFO fields showing the size of...
2011-01-14  antirezmaster-slave replication fixed, it was not listing...
2011-01-13  antirezredisServer structure fields reordered for clarity
2011-01-09  antirezfixed bgsave_in_progress in INFO when BGSAVEing with...
2011-01-09  antirezDEBUG FLUSHCACHE needs to wait that everything was...
2011-01-09  antireztest adapted to run with diskstore, and a few bugs...
2011-01-09  antirezinitial fix of the test suite to run both in in-memory...
2011-01-09  antirezallocation stats in INFO
next