]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-05-13  antirezvery strong speedup in saving time performance when...
2010-05-13  antirezinclude limits.h otherwise no double precison macros
2010-05-13  antirezexplicitly checks with ifdefs if our floating point...
2010-05-13  antirezYet another version of the double saving code, with...
2010-05-12  antirezadded overflow check in the double -> long long convers...
2010-05-12  antirezuse withscores when performing the dataset digest
2010-05-12  antirezIf a float can be casted to a long long without roundin...
2010-05-12  antirezfixed compilation warnings in the AOF sanity check...
2010-05-12  antirezMerge branch 'vm-speedup'
2010-05-11  Pieter Noordhuisfix to return error when calling INCR on a non-string...
2010-05-11  antirezload objects encoded from disk directly without useless...
2010-05-11  antirezfixed a problem leading to crashes, as keys can't be...
2010-05-11  antirezlong long to string conversion speedup applied in other...
2010-05-11  antirezhand written code to turn a long long into a string...
2010-05-11  antirezadded specialized function to compare string objects...
2010-05-11  antirezbetter use of encoding inforamtion in dictEncObjKeyCompare
2010-05-10  antirezCONFIG now can change appendfsync policy at run time
2010-05-10  antirezCONFIG command now supports hot modification of RDB...
2010-05-10  antirezwhile loading the rdb file don't add the key to the...
2010-05-10  antirezMerge branch 'check-aof' of git://github.com/pietern...
2010-05-08  antirezminor changes to improve code readability
2010-05-08  antirezswap objects out directly while loading an RDB file...
2010-05-07  antirezDEBUG POPULATE command for fast creation of test databases
2010-05-07  antirezswap file name pid expansion removed. Not suited for...
2010-05-07  antirezSwap file is now locked
2010-05-06  antirezMerge branch 'master' into aof-speedup
2010-05-06  Pieter Noordhuislog error and quit when the AOF contains an unfinished...
2010-05-06  Pieter Noordhuislog error and quit when the AOF contains an unfinished...
2010-05-06  Pieter NoordhuisMerge branch 'master' into check-aof
2010-05-06  Pieter Noordhuishincrby should report an error when called against...
2010-05-06  antirezAOF writes are now accumulated into a buffer and flushe...
2010-05-06  antirezclarified a few messages in redis.conf
2010-05-05  Pieter Noordhuisask for confirmation before AOF is truncated
2010-05-05  Pieter Noordhuisstr can be free'd outside readString
2010-05-05  Pieter Noordhuismoved argument parsing around
2010-05-05  Pieter Noordhuisignore redis-check-aof binary
2010-05-05  Pieter Noordhuisallow AOF to be fixed by truncating to the portion...
2010-05-05  Pieter Noordhuistool to check if AOF is valid
2010-05-02  antirezincluded fmacros.h in linenose.c to avoid compilation...
2010-05-02  antirezcompilation fix for mac os x
2010-05-02  antirezMerge branch 'master' of git@github.com:antirez/redis
2010-05-02  antirezOn Linux now fdatasync() is used insetad of fsync(...
2010-04-30  antirezMore tests for APPEND and tests for SUBSTR
2010-04-30  antirezlinenoise.c updated, now redis-cli can be used in a...
2010-04-29  antirezredis-cli minor fix (less segfault is better)
2010-04-29  antirezNew MONITOR output format with timestamp, every command...
2010-04-29  antirezredis-cli INFO output format is now raw again
2010-04-29  antirezAdded more information about slave election in Redis...
2010-04-29  antirezRedis cluster version 2
2010-04-27  antirezFixed a redis-cli bug, was using free instead of zfree...
2010-04-27  antirezAOF is now rewritten on slave after SYNC with master...
2010-04-27  antirezredis-cli is now using only the new protocol
2010-04-27  antirezMinimal support for subscribe/psubscribe in redis-cli
2010-04-26  antirezdon't output the newline when stdout is not a tty
2010-04-26  antirezredis-cli now is able to also output the string represe...
2010-04-26  antirezInitial support for quoted strings in redis-cli
2010-04-23  antirezSETEX implemented
2010-04-23  antirezPub/Sub API change: now messages received via pattern...
2010-04-22  antireztypo fixed, reloaded
2010-04-22  antireztypo fixed
2010-04-22  antirezREDIS-CLUSTER doc updated
2010-04-22  antirezVirtual memory design document removed, no longer neede...
2010-04-22  antireznew units for bytes specification
2010-04-22  antirezNow in redis.conf it is possible to specify units where...
2010-04-21  antirezbinary safe keys ready implementation of RANDOMKEYS
2010-04-21  antirezNow that's the right 1.3.10
2010-04-21  antirezRevert "fsync always now uses O_DIRECT on Linux"
2010-04-21  antirezRevert "define __USE_GNU to get O_DIRECT"
2010-04-21  antirezMerge branch 'master' of github.com:antirez/redis
2010-04-21  antirezRevert "version 1.3.10"
2010-04-21  antirezversion 1.3.10
2010-04-20  antirezdefine __USE_GNU to get O_DIRECT
2010-04-20  antirezfsync always now uses O_DIRECT on Linux
2010-04-20  antirezMore precise memory used guesswork in zmalloc.c
2010-04-19  antirezFix for MULTI/EXEC and Replication/AOF: now the block...
2010-04-19  antirezrunning the test using tcl8.5 directly instead of tclsh...
2010-04-19  antirezAdded package require Tcl 8.5 in redis.tcl so it will...
2010-04-18  antirezFix for a SORT bug introduced with commit 16fa22f1...
2010-04-17  antirezGuru mediation -> meditation
2010-04-17  Pieter Noordhuischeck eptr inline
2010-04-17  Pieter Noordhuisrefactor code that retrieves value from object or repli...
2010-04-17  antirezMerge branch 'hash' of git://github.com/pietern/redis
2010-04-17  antirezredisAssert(0) => redisPanic("something meaningful")
2010-04-17  Pieter Noordhuismake sure that the resulting value in hincrby is encode...
2010-04-17  Pieter Noordhuisincrement dirty counter after hmset
2010-04-17  Pieter Noordhuisstrip tryObjectEncoding from hashSet, to enable the...
2010-04-17  antirezAdded support for Guru Mediation, and raising a guru...
2010-04-16  Pieter Noordhuisfix small error and memory leaks in SORT
2010-04-16  antirezSORT/GET test added
2010-04-16  antirezAdded tests for GET/BY against hashes fields
2010-04-16  antirezMerge branch 'hash-refactor' of git://github.com/pieter...
2010-04-16  Pieter Noordhuischeck object type in lookupKeyByPattern
2010-04-16  Pieter Noordhuismake sortCommand aware that lookupKeyByPattern always...
2010-04-16  Pieter Noordhuisrevert 0c390a to stop using tricks with o->refcount
2010-04-16  Pieter Noordhuisstore the hash iterator on the heap instead of the...
2010-04-16  Pieter Noordhuisdrop inline directive
2010-04-16  Pieter Noordhuisrename hashReplace to hashSet
2010-04-16  antirezadded dictFetchValue() to dict.c to make hash table...
2010-04-15  Konstantin... Don't set expire to keys with ttl=0, remove them immedi...
2010-04-15  Pieter Noordhuismake sure that cmpobj is in decoded form when sorting...
next