]> git.saurik.com Git - redis.git/history - src/debug.c
Return errors if a write command is called inside a Lua script after a random command...
[redis.git] / src / debug.c
2011-09-22  antirezmerge conflicts resolved
2011-07-12  antirezmaster branch merged into scripting.
2011-06-30  antirezDEUBG SLEEP implemented
2011-06-25  antirezunstable merge conflicts resolved
2011-06-25  antirezMerge remote branch 'origin/unstable' into unstable
2011-06-25  antirezdiskstore removed
2011-05-10  antirezMerge branch 'unstable'
2011-05-10  antirezDEBUG DIGEST additional lookup needed for VM removed...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisTest for ENCODING_SKIPLIST instead of ENCODING_RAW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
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-08  antirezDEBUG OBJECT fixed with diskstore, force loading
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-29  antirezmore step forwards for disk store to be able to run
2010-12-14  antirezMerge remote branch 'jonahharris/syslog'
2010-12-14  antirezMerge remote branch 'pietern/cli-monitor'
2010-12-14  antirezMerge remote branch 'pietern/strrange'
2010-12-14  antirezMerge remote branch 'pietern/brpoplpush'
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-27  antirezremoved useless spaces from DEBUG OBJECT output
2010-10-14  antirezMerge remote branch 'pietern/ziplist-regression'
2010-10-14  antirezObject approximated LRU algorithm enhanced / fixed...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  Pieter NoordhuisUse specialized function to add status and error replies
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-21  Pieter NoordhuisRename iterator to setTypeIterator for consistency
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-02  Pieter Noordhuisfix aof and digest code to work with dual set encoding
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezCompilation fixed on Linux after the source code split
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.