]> git.saurik.com Git - redis.git/history - src/redis.h
CLIENT LIST implemented
[redis.git] / src / redis.h
2011-04-21  antirezCLIENT LIST implemented
2011-04-21  antirezsave peak memory usage as statistic and show it in...
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-13  antirezASCII ART FTW
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-04-06  antirezmake sure that OBJECT ENCODING returns skiplist for...
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-14  Pieter NoordhuisFix DEBUG DIGEST, SORT and AOF rewrite
2011-03-11  Pieter NoordhuisMake zzl API unaware of the robj where the ziplist...
2011-03-10  Pieter NoordhuisEncode sorted set after loading from dump
2011-03-10  Pieter NoordhuisAdd new string to long long function
2011-03-09  Pieter NoordhuisConfigurable thresholds for encoded sorted sets
2011-03-09  Pieter NoordhuisPersistence code for encoded sorted sets
2011-03-08  Pieter NoordhuisAdd function to create ziplist-backed sorted set
2011-03-08  Pieter NoordhuisFast conversion of double when representable as long...
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  antirezadded new RDB codes for ziplist encoded lists and intse...
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-11  antirezfixed two diskstore issues, a quasi-deadlock creating...
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  antirezprofiling information in INFO
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-13  antirezredisServer structure fields reordered for clarity
2011-01-07  antirezblocking SAVE implemented
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  antirezBGSAVE work in progress
2011-01-05  antirezMerge remote branch 'pietern/writev-unstable' into...
2011-01-05  antirezIO performances greatly improved under high writes...
2011-01-05  Pieter NoordhuisRemove glueoutputbuf option and broken code
2011-01-04  antirezMerge branch 'master' into unstable
2011-01-03  antirezdiskstore bug fixing and negative cache proper implemen...
2011-01-03  antirezFLUSHALL / FLUSHDB for diskstore implemented
2011-01-01  antirezimplemented a different approach to IO scheduling,...
2010-12-31  antireznegative caching implemented
2010-12-30  antirezhandled DEL command as a special optimized case for...
2010-12-30  antirezdiskstore cache bug fixing
2010-12-30  antirezdon't use small shared integer objects when disk store...
2010-12-30  antirezfilesystem based KV store mostly implemented in diskstore.c
2010-12-30  antirezmore work done for diskstore without trying to compile...
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-29  antirezmore step forwards for disk store to be able to run
2010-12-29  antirezstill more work for diskstore
2010-12-28  antirezmore work converting vm into object cache
2010-12-28  antireza lot of code reworked/removed to implement object...
2010-12-28  antirezinitial changes needed to turn the current VM code...
2010-12-28  antirezadded diskstore.c in Makefile and prototypes in redis.h
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
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  antirezspecial encoding limits redefined, and all the config...
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
2010-12-14  antirezcow friendly HGETALL and variants
2010-12-10  antirezMerge remote branch 'pietern/testverbosity'
2010-12-10  antirezfixed compilation on Linux
2010-12-10  antirezHGET HMGET are now COW friendly, plus API refactoring...
2010-12-09  antirezSINTER/MEMBERS are now COW friendly, also some refactor...
2010-12-09  Jonah H. Harrissyslog support
2010-12-09  Pieter NoordhuisAdd commands SETBIT/GETBIT
2010-12-09  antirezCOW friendly versions of SPOP and SRANDMEMBER commands...
2010-12-07  antirezLRANGE converted into a COW friendly command. Some...
2010-12-06  Pieter NoordhuisDon't execute commands for clients when they are unblocked
2010-12-06  Pieter NoordhuisRename blpop_blocked_clients to bpop_blocked_clients
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-30  Damian Janowski... Rename bstate to bpop.
2010-11-30  Damian Janowski... Move to struct.
2010-11-30  Damian Janowski... BRPOPLPUSH.
2010-11-30  Damian Janowski... Fix case in RPOPLPUSH.
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-21  Pieter NoordhuisStop using /dev/null to find out the serialized object...
2010-11-08  antirezadded noeviction policy to redis maxmemory. ZSCORE...
2010-11-08  antireznon blocking loading of the DB / AOF with informations...
2010-11-05  antirezMerge branch 'aaslave'
2010-11-05  antirezMerge remote branch 'pietern/benchmark'
2010-11-04  antirezconfig option to select if when replication link with...
2010-11-04  antireztypos and minor stuff fixed in the new non blocking...
2010-11-04  antirezfirst attempt to non blocking implementation of slave...
2010-11-04  Pieter NoordhuisStop using the freelist robj* cache
2010-11-03  antirezcommand lookup process turned into a much more flexible...
next