]> git.saurik.com Git - redis.git/shortlog
redis.git
2010-03-16  Pieter Noordhuisadded explicit AGGREGATE [SUM|MIN|MAX] option to ZUNION...
2010-03-16  antirezHGET fix for integer encoded field against zipmap encod...
2010-03-16  antirezzrevrank support in redis-cli
2010-03-16  antirezHKEYS / HVALS / HGETALL
2010-03-16  antirezSolved a memory leak with Hashes
2010-03-15  antirezpretty big refactoring
2010-03-15  antirezAn interesting refactoring + more expressive internal API
2010-03-15  antirezFixed the same problem in ZREVRANK
2010-03-15  antirezFixed a ZRANK bug
2010-03-15  antirezzipmap to hash conversion in HSET
2010-03-14  antirezmax zipmap entries and max zipmap value parameters...
2010-03-14  antirezHDEL and some improvement in DEBUG OBJECT command
2010-03-14  antirezAppend only file support for hashes
2010-03-13  Pieter Noordhuisutility to check rdb files for unprocessable opcodes
2010-03-12  antirezA minor fix and a few debug messages removed
2010-03-12  antirezApplied the replication bug patch provided by Jeremy...
2010-03-11  antirezFix for HGET against non Hash type, debug messages...
2010-03-09  Pieter Noordhuisfix: use zmalloc instead of malloc
2010-03-09  antirezMerged zsetops branch from Pietern
2010-03-09  antirezMerged ZREMBYRANK from Pietern
2010-03-09  antirezMerged ZREVRANK from Pietern
2010-03-09  Pieter Noordhuisuse a struct to store both a dict and its weight for...
2010-03-09  antirezHash auto conversion from zipmap to hash table, type...
2010-03-09  Pieter Noordhuisreplaced ZMERGE by ZUNION and ZINTER. note: key preload...
2010-03-08  antirezHashes saving / fixes
2010-03-08  Pieter Noordhuisuse ZMERGE as starting point
2010-03-07  antirezHSET fixes, now the new pointer is stored back in the...
2010-03-07  Pieter Noordhuisadded ZREVRANK
2010-03-06  antirezFix for replicaiton with over 2GB dump file initial...
2010-03-06  antirezfirst implementation of HSET/HSET. More work needed
2010-03-05  antirezzipmaps functions to get, iterate, test for existence...
2010-03-04  antirezredis-benchmark now implements Set commands benchmarks
2010-03-04  antirezzipmap iteration code
2010-03-04  Pieter Noordhuismoved code to delete a single node from a zset to a...
2010-03-04  Pieter Noordhuisrename zslDeleteRange to zslDeleteRangeByScore (to...
2010-03-04  Pieter Noordhuisuse 1-based rank across zsl*Rank functions consistently
2010-03-04  Pieter Noordhuisimplemented ZREMBYRANK
2010-03-04  antirezA fix for initialization of augmented skip lists
2010-03-04  antirezA fix for an invalid access when VM is disabled
2010-03-04  antirezMerge branch 'zsl-get-rank' of git://github.com/pietern...
2010-03-04  antirezredis-cli now runs in interactive mode if no command...
2010-03-04  Pieter Noordhuismerged memory reduction patch
2010-03-04  antirezNow list push commands return the length of the new...
2010-03-04  Pieter Noordhuisfirst check if starting point is trivial (head or tail...
2010-03-04  Pieter Noordhuisuse rank to find starting point for ZRANGE and ZREVRANGE
2010-03-04  Pieter Noordhuislookup rank of a zset entry in a different function
2010-03-04  antirezSUBSTR fix for integer encoded vals
2010-03-04  Pieter Noordhuisfix ZRANK (realize that rank is 1-based due to the...
2010-03-03  antirezinitial implementation of SUBSTR
2010-03-03  antirezTODO updated
2010-03-03  antirezfpurge call removed from redis-cli
2010-03-03  antirezZRANK stress tester
2010-03-03  Pieter Noordhuisuse less memory as element->span[0] will always be...
2010-03-03  Pieter Noordhuisrank is very unlikely to overflow integer range
2010-03-03  Pieter Noordhuisx->backward never equals zsl->header
2010-03-03  Pieter Noordhuisinitial implementation for augmented zsets and the...
2010-03-03  antirezzipampDel() implemented
2010-03-03  antirezadded quit and exit commands to redis-cli in order...
2010-03-03  antirezMerge remote branch 'djanowski/interactive'
2010-03-02  Damian Janowski... Add support for MULTI/EXEC.
2010-03-02  Damian Janowski... Remove trailing newline in interactive mode.
2010-03-02  antirezminor fix for a Linux warning
2010-03-02  Michel Martens... Add interactive mode to redis-cli.
2010-03-01  antirezBetter to increment the version minor number when a...
2010-03-01  antirezFixed a subtle VM bug... was not flushing the buffer...
2010-03-01  antirezKEYS now returns a multi bulk reply
2010-03-01  Damian JanowskiAdd DISCARD command to discard queued MULTI commands.
2010-03-01  antirezSwappability bug due to a typo fixed thanks to code...
2010-02-28  antirezminor fixes for zipmap.c
2010-02-27  antirezfirst zipmap fix of a long sequence in the days to...
2010-02-27  antirezinitial zipmap.c implementation
2010-02-27  antirezBug #169 fixed (BLOP/BRPOP interrupted connections...
2010-02-22  antirezFixed 32bit make target to work on Linux out of the box
2010-02-19  antirezA problem with replication with multiple slaves connect...
2010-02-10  antirezSaner VM defaults for redis.conf
2010-02-09  antirezVM now is able to block clients on swapped keys for...
2010-02-07  antirezZCOUNT and ZRANGEBYSCORE new tests
2010-02-07  antirezZRANGEBYSCORE now supports open intervals, prefixing...
2010-02-07  antirezWITHSCORES in ZRANGEBYSCORE thanks to Sam Hendley
2010-02-06  Sam HendleyAdded "withscores" option to zrangebyscore command...
2010-02-06  antirezDEBUG OBJECT provide info about serialized object lengt...
2010-02-06  antirezmulti bulk requests in redis-benchmark, default fsync...
2010-02-04  antirezAPPEND tests
2010-02-04  antirezAPPEND command
2010-02-02  antirezFaster version of the function hashing possibly encoded...
2010-02-02  antirezfaster Set loading time from .rdb file resizing the...
2010-02-02  antirezLog time taken to load the DB at startup, in seconds
2010-01-31  antirezFixed VM corruption due to child fclosing the VM file...
2010-01-28  antirezloading side of the threaded VM
2010-01-26  antirezTODO cahnges
2010-01-23  antirezFixed memory human style memory reporting, removed...
2010-01-22  antirezVM tuning thanks to redis-stat vmstat. Now it performs...
2010-01-21  antirezChangelog updated
2010-01-21  antirezREDIS_MAX_COMPLETED_JOBS_PROCESSED is now in percentage...
2010-01-20  antirezfixed a deadlock caused by too much finished processes...
2010-01-20  antirezae.c event loop does no longer support exception notifi...
2010-01-19  antirezcommercial tools stuff removed from the Redis makefile...
2010-01-19  antirezremoved a bug in the function to cancel an I/O job
2010-01-17  antirezstatic symbols update
2010-01-16  antirezremoved support for REDIS_HELGRIND_FRIENDLY since Helgr...
next