]> git.saurik.com Git - redis.git/history - src
redis-cli does no longer try to auto detect if it is used inside a pipe. To read...
[redis.git] / src /
2010-09-09  antirezredis-cli does no longer try to auto detect if it is...
2010-09-08  antirezFix re-enabled again, I forgot to check if VM was enabl...
2010-09-08  antirezlatest fix reverted, there is some problem reported...
2010-09-08  antirezFixed a race condition in VM happening when a key was...
2010-09-07  Pieter NoordhuisFix bug where the client is not present in server.clien...
2010-09-06  antirezFix for solaris compilation bug Issue 325
2010-09-03  antirezadded some comment and changed coding style for fix...
2010-09-03  Anko paintingfix for issue 237
2010-09-02  antirezmemory fragmentation reporting in INFO also added for...
2010-09-02  antirezmemory fragmentation ratio in INFO output
2010-09-01  antirezfixed a few harmless warnings complining on Linux
2010-08-31  antirezVersion is now 2.1.4 -- AKA 2.2-alpha1
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  Pieter NoordhuisFix compilation errors and add warning for 32-bit platforms
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-31  antirezMerge remote branch 'pietern/issue-300'
2010-08-31  Pieter NoordhuisFix issue 300 by upgrading variable types to 64-bit
2010-08-30  antirezBLPOP inside MULTI/EXEC block no longer crashes, instea...
2010-08-30  antirezNow redis-cli replies to help showing some basic usage...
2010-08-30  antirezIt is now possible to use authentication and DB selecti...
2010-08-30  antirezFixed MONITOR mode and Issue 296
2010-08-30  antirezMakefile deps updated
2010-08-30  antirezFix for a race in BGSAVE that may result in some data...
2010-08-27  antirezfix for the prev fix
2010-08-27  antirezFix for bug 312, yet to verify in a couple of minutes...
2010-08-27  antirezFixed another instace of the Issue 173
2010-08-27  antirezFixed segfault in freeMemoryIfNeeded due to the fact...
2010-08-26  antirezintset loading bug fixed
2010-08-26  antireztest for intset integer encodability test and some...
2010-08-26  antireztranslated a few long logn into int64_t for correctness...
2010-08-26  antirezVersion is now 2.1.3
2010-08-26  antirezMerge remote branch 'pietern/redis-cli-fix'
2010-08-26  Pieter NoordhuisVerify that the blocking pop timeout value is a non...
2010-08-26  Pieter NoordhuisFix parenthesis error on decrementing *argc
2010-08-26  antirezfixed a memory leak in the new Set code
2010-08-26  antirezcomputeObjectSwappability is now able to compute swappa...
2010-08-26  Pieter NoordhuisFix type that was not renamed and compiler warning
2010-08-26  antirezremoved a duplicated ERRNO checking that is useless...
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-26  Pieter NoordhuisMake the function intsetUpgrade self-contained
2010-08-26  Pieter NoordhuisExpand macro's to functions for readability
2010-08-25  Pieter NoordhuisUse fstat to detect if stdin was redirected
2010-08-25  Pieter NoordhuisAdd a newline to tty output after every reply
2010-08-25  Pieter NoordhuisRe-introduce the interactive field so we can reconnect...
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-24  antirezredis-cli now supports automatically reconnection in...
2010-08-24  antirezIssue 179 fixed, now redis-cli is able to parse correct...
2010-08-24  antirezThe pid file is now created only after the server is...
2010-08-24  antirezslave now detect lost connection during SYNC, fixing...
2010-08-24  antirezslave with attached slaves now close the conection...
2010-08-24  antirezBLPOPping clients are no longer subject to connection...
2010-08-24  antirezsanity check for the bulk argument in protocol parsing...
2010-08-23  antirezFixed overflow detection in argument to long convertion...
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
2010-08-21  Pieter NoordhuisMake SORT use the hybrid set accessors to allow sorting...
2010-08-20  Pieter NoordhuisCheck if stroll return value was clamped
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-05  antirezredis cli argument splitting is general and is now...
2010-08-04  Pieter NoordhuisDeprecate starting interactive mode using the -i flag
2010-08-04  Pieter NoordhuisSet tty before going into interactive mode to get non...
2010-08-04  Pieter NoordhuisChange output format for non-tty redis-cli execution
2010-08-04  Pieter NoordhuisLet the output mode depend on having a tty or not
2010-08-04  Pieter NoordhuisTests for redis-cli in non-interactive mode
2010-08-04  Pieter NoordhuisAdd tests for quotation in an interactive redis-cli...
2010-08-04  Pieter NoordhuisTests for the interactive mode of redis-cli
2010-08-03  antirezPERSIST: a fix and some basic test
2010-08-03  antirezPERSIST command implemented
2010-08-03  antirezMerge remote branch 'pietern/test-encoding-fix' into...
2010-08-03  antirezallow to set a new EXPIRE of an existing volatile key
2010-08-02  antirezmemory leak removed from expire propagation code
2010-08-02  antirezsupport for write operations against expiring keys...
2010-07-31  antirezMerge remote branch 'pietern/list-test'
2010-07-29  Pieter NoordhuisChange getDoubleFromObject to fail on NaN.
2010-07-29  Pieter NoordhuisFix ZUNIONSTORE/ZINTERSTORE to never store a NaN score.
2010-07-28  antirezfix of the fix for the replication bug
2010-07-28  antirezFixed a replication bug in ZINTERSTORE.
2010-07-27  antirezfixed a ziplist bug about encoding of integer values...
2010-07-27  antirezmalloc definition with deprecated attribute was duplica...
2010-07-27  antirezSTRLEN command implemented
2010-07-27  antirezhash table example commented out in dict.c
2010-07-27  antirezuse the function deprecated attribute if compiling...
2010-07-24  Benjamin KramerAdd zcalloc and use it where appropriate
2010-07-24  Benjamin KramerRemove _dictAlloc and friends
2010-07-24  Benjamin KramerReduce code duplication
2010-07-22  antirezdon't open/close log file if log level is not matched
2010-07-22  Pieter Noordhuisfix rare condition where 'key' would already be destroy...
2010-07-22  antirezdefensive programming: set o->ptr to NULL before freein...
2010-07-22  antirezother shared objects where created in the I/O thread...
2010-07-22  antirezminor typo fixed in a comment
2010-07-22  antirezdon't use object sharing inside I/O threads, as a fix...
2010-07-21  antirezvm_blocked_clients count fixed in INFO, thanks to Piete...
2010-07-16  antirezTODO list modified, trivial change to source code
2010-07-12  antirezWATCH is now affected only when write commands actually...
2010-07-09  antirezfmacro included in linenoise.c
2010-07-07  antirezredis-cli history saved across sessions
2010-07-06  antirezredis-cli is now able to report version information...
2010-07-06  antirezmake install target, finally ;)
2010-07-05  Pieter Noordhuismerged code from 184d74ab, 4774a53b, f483ce5f to new...
2010-07-05  antirezFixed compilation on *BSD systems
2010-07-05  antirezFixed a crash loading the AOF file containing MULTI...
next