]> git.saurik.com Git - redis.git/shortlog
redis.git
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...
2010-04-15  Pieter Noordhuisenable hash dereference in SORT on BY and GET
2010-04-15  Pieter Noordhuisuse shared replies for hset
2010-04-15  Pieter Noordhuisset refcount of string objects retrieved from zipmaps...
2010-04-15  Pieter Noordhuisadded HSETNX
2010-04-15  Pieter Noordhuisrefactor of hash commands to use specialized api that...
2010-04-15  Pieter Noordhuismove retrieval of long up to prevent an empty hash...
2010-04-15  antirezmore advanced leaks detection in test redis
2010-04-15  antirezability to select port/host from make test
2010-04-15  antirezActive rehashing
2010-04-15  antirezIncrementally rehahsing hash table! Thanks to Derek...
2010-04-14  antirezDoes not allow commands other than Pub/Sub commands...
2010-04-13  Alex McHaleFixed a tiny memory leak when loading the configuration...
2010-04-13  antirezMerge branch 'hmget' of git://github.com/pietern/redis
2010-04-13  Alex McHaleValidate numeric inputs.
2010-04-13  Alex McHaleRemove trailing whitespace.
2010-04-12  antirezNow all the commands returning a multi bulk reply again...
2010-04-12  Pieter Noordhuisimplemented HMGET
2010-04-12  Pieter Noordhuisimplemented HMSET
2010-04-12  antirezSharing of small integer objects: may save a lot of...
2010-04-10  antirezdict.c fixed to play well with enabling/disabling of...
2010-04-09  antirezremoved a no longer true assert in the VM code
2010-04-09  antirezshareobjects feautres killed - no gains most of the...
2010-04-09  antirezuse directly the real key object in VM I/O jobs to...
2010-04-08  antirezlast change reverted as it was unstable... more testing...
2010-04-08  antirezPrevent hash table resize while there are active child...
2010-04-08  antirezMerge branch 'issue_218' of git://github.com/pietern...
2010-04-08  antirez-1 not needed...
2010-04-08  antirezSkiplist theoretical fix
2010-04-07  antirezNow when a child is terminated by a signal, the signal...
2010-04-07  antirezFirst version of evented Redis Tcl client, that will...
2010-04-05  Pieter Noordhuisuse long long reply type for HINCRBY
2010-04-05  Pieter Noordhuislast argument is never encoded for HINCRBY
2010-04-02  antirezNow PUBLISH commands are replicated to slaves
2010-04-01  Pieter Noordhuisuse the right object when cleaning up after zunion...
2010-04-01  antirezMerge branch 'zipmap' of git://github.com/pietern/redis
2010-04-01  Pieter Noordhuisreduce code complexity because zipmapLen now is O(1)
2010-04-01  Pieter Noordhuisupdate the zipmap entry in-place instead of appending it
2010-04-01  Pieter Noordhuisupdated zipmap documentation to match the implementation
2010-04-01  Pieter Noordhuisallow 4 free trailing bytes for each value
2010-04-01  antirezPub/Sub pattern matching capabilities
2010-04-01  Pieter Noordhuisuse function to determine length of a single entry
2010-03-31  antirezDeny EXEC under out of memory
2010-03-29  antirezNo timeouts nor other commands for clients in a Pub...
2010-03-29  antirezfree hash table entries about no longer active classes...
2010-03-29  antirezFixed a refcount stuff leading to PUBSUB crashes
2010-03-29  antirezfmacros added to linenoise, avoiding all the nice warni...
2010-03-29  antirezFirst pubsub fix
2010-03-29  antirezPUBSUB implemented
2010-03-29  antirezRedis version is now 1.3.8
2010-03-28  Pieter Noordhuisremoved references in code to ZIPMAP_EMPTY
2010-03-28  Pieter Noordhuisuse first byte of zipmap to store length
2010-03-28  Pieter Noordhuisimplemented strategy that doesn't use free blocks in...
2010-03-26  antirezMerge branch 'hincrby' of git://github.com/pietern...
2010-03-26  Pieter Noordhuisremoved unnecessary refcount increase that caused the...
2010-03-26  Pieter Noordhuisimplements HINCRBY and tests (todo: find and fix small...
2010-03-26  antirezRemoved a useless if spotted by Pieter Noordhuis
2010-03-26  antirezFixed a critical replication bug: binary values issued...
2010-03-24  antirezFixed the reply about denied write commands under...
next