2010-11-04 |
antirez | non blocking slave replication is now more non blocking...
|
commit | commitdiff | tree |
2010-11-04 |
antirez | typos and minor stuff fixed in the new non blocking...
|
commit | commitdiff | tree |
2010-11-04 |
antirez | first attempt to non blocking implementation of slave...
|
commit | commitdiff | tree |
2010-11-04 |
antirez | minor test suite bug fixed
|
commit | commitdiff | tree |
2010-11-03 |
antirez | top level make clean also clean hiredis and linoise...
|
commit | commitdiff | tree |
2010-11-03 |
antirez | added support for command renaming/suppression in redis...
|
commit | commitdiff | tree |
2010-11-03 |
antirez | command lookup process turned into a much more flexible...
|
commit | commitdiff | tree |
2010-11-03 |
antirez | Now it is possible to use quoted strings in the redis...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | Merge remote branch 'pietern/unixsocket'
|
commit | commitdiff | tree |
2010-11-02 |
antirez | RSS information in INFO output
|
commit | commitdiff | tree |
2010-11-02 |
antirez | Do not update the LRU info on key lookup when we have...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | redis-cli in interactive mode now prints the time elapsed...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | Revert "Function to compute RSS memory usage in a fast...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | Revert "Now maxmemory, VM, and everything else uses...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | Now maxmemory, VM, and everything else uses the fast...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | Function to compute RSS memory usage in a fast way...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | removed a number of stupid compilation warnings on...
|
commit | commitdiff | tree |
2010-11-02 |
antirez | zmalloc functions to get RSS and fragmentation refactored...
|
commit | commitdiff | tree |
2010-10-28 |
antirez | merge conflict resolved
|
commit | commitdiff | tree |
2010-10-28 |
antirez | Merge remote branch 'remotes/pietern/zrevrangebyscore'
|
commit | commitdiff | tree |
2010-10-27 |
antirez | removed useless spaces from DEBUG OBJECT output
|
commit | commitdiff | tree |
2010-10-25 |
antirez | added a missing prototype from syncio.c in redis.h
|
commit | commitdiff | tree |
2010-10-25 |
antirez | more generally usable i/o functions moved to syncio.c
|
commit | commitdiff | tree |
2010-10-24 |
antirez | synchronous I/O networking functions originally used...
|
commit | commitdiff | tree |
2010-10-22 |
antirez | Make sure to reset the signal handler and deliver again...
|
commit | commitdiff | tree |
2010-10-22 |
Robey Pointer | if server.saveparamslen is not set, don't save the...
|
commit | commitdiff | tree |
2010-10-21 |
antirez | README more specific about tcmalloc space benefits
|
commit | commitdiff | tree |
2010-10-21 |
antirez | Makefile typo fixed for tcmalloc option
|
commit | commitdiff | tree |
2010-10-21 |
antirez | reports if tcmalloc is in used in INFO output
|
commit | commitdiff | tree |
2010-10-21 |
antirez | support for compiling with tcmalloc
|
commit | commitdiff | tree |
2010-10-21 |
antirez | version bumped to 2.1.5
|
commit | commitdiff | tree |
2010-10-15 |
antirez | prevent small integer sharing when maxmemory is active...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | CONFIG RESETSTAT no longer resets the server uptime...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | minor aesthetic change
|
commit | commitdiff | tree |
2010-10-15 |
antirez | added keyspace_hits and keyspace_misses fields in INFO...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | maxmemory-samples implemented in CONFIG command and...
|
commit | commitdiff | tree |
2010-10-15 |
antirez | Don't increment dirty on expireIfNeeded() as natural...
|
commit | commitdiff | tree |
2010-10-14 |
antirez | Merge remote branch 'pietern/ziplist-regression'
|
commit | commitdiff | tree |
2010-10-14 |
antirez | implemented different algorithms for maxmemory
|
commit | commitdiff | tree |
2010-10-14 |
antirez | Object approximated LRU algorithm enhanced / fixed...
|
commit | commitdiff | tree |
2010-10-11 |
antirez | free memory if the maxmemory parameter is reduced via...
|
commit | commitdiff | tree |
2010-10-11 |
antirez | maxmemory fixed, we now try to release memory just...
|
commit | commitdiff | tree |
2010-10-07 |
antirez | fixed an alignment problem with time_t is 32 bit, long...
|
commit | commitdiff | tree |
2010-10-07 |
antirez | minor typo fixed, reported by Thomas Bassetto
|
commit | commitdiff | tree |
2010-09-24 |
antirez | intset stress testing added, ziplist stress testing...
|
commit | commitdiff | tree |
2010-09-24 |
antirez | explicit regression test for a ziplist bug added
|
commit | commitdiff | tree |
2010-09-24 |
antirez | ziplist implementation fuzzy tests
|
commit | commitdiff | tree |
2010-09-23 |
antirez | Merge remote branch 'pietern/ziplist-fix'
|
commit | commitdiff | tree |
2010-09-23 |
antirez | Contributing file added
|
commit | commitdiff | tree |
2010-09-23 |
antirez | more tests for sds.c
|
commit | commitdiff | tree |
2010-09-23 |
antirez | minimal C test framework + a first example sds.c tests
|
commit | commitdiff | tree |
2010-09-22 |
antirez | two leaks fixed
|
commit | commitdiff | tree |
2010-09-22 |
antirez | error generation format reverted to the new style after...
|
commit | commitdiff | tree |
2010-09-22 |
antirez | Merge remote branch 'pietern/zset-mem'
|
commit | commitdiff | tree |
2010-09-22 |
antirez | preventive conflict resolution to merge pietern/zset-mem
|
commit | commitdiff | tree |
2010-09-22 |
antirez | Merge remote branch 'pietern/ziplist-eff'
|
commit | commitdiff | tree |
2010-09-17 |
antirez | new parsing code bugfixing
|
commit | commitdiff | tree |
2010-09-17 |
antirez | try to parse the request in a smarter way to gain speed...
|
commit | commitdiff | tree |
2010-09-16 |
antirez | Added used CPU statistics in INFO output, obtained...
|
commit | commitdiff | tree |
2010-09-16 |
antirez | modified a bit addReply() to play better with copy...
|
commit | commitdiff | tree |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf'
|
commit | commitdiff | tree |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf'
|
commit | commitdiff | tree |
2010-09-15 |
antirez | This should fix Issue 332: when there is a background...
|
commit | commitdiff | tree |
2010-09-14 |
antirez | fixed typo in the latest commit
|
commit | commitdiff | tree |
2010-09-14 |
antirez | Advertise the existence of redis-check dump --fix when...
|
commit | commitdiff | tree |
2010-09-09 |
antirez | redis-cli does no longer try to auto detect if it is...
|
commit | commitdiff | tree |
2010-09-09 |
antirez | Fix for the init script provided with Redis, thanks...
|
commit | commitdiff | tree |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabled...
|
commit | commitdiff | tree |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported...
|
commit | commitdiff | tree |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was...
|
commit | commitdiff | tree |
2010-09-06 |
antirez | Fix for solaris compilation bug Issue 325
|
commit | commitdiff | tree |
2010-09-03 |
antirez | added some comment and changed coding style for fix...
|
commit | commitdiff | tree |
2010-09-02 |
antirez | memory fragmentation reporting in INFO also added for...
|
commit | commitdiff | tree |
2010-09-02 |
antirez | memory fragmentation ratio in INFO output
|
commit | commitdiff | tree |
2010-09-01 |
antirez | fixed a few harmless warnings complining on Linux
|
commit | commitdiff | tree |
2010-08-31 |
antirez | Version is now 2.1.4 -- AKA 2.2-alpha1
|
commit | commitdiff | tree |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300'
|
commit | commitdiff | tree |
2010-08-31 |
antirez | We finally have an half decent README! (Issue 277)
|
commit | commitdiff | tree |
2010-08-31 |
antirez | resolved conflict merging pietern/bpop-timeout
|
commit | commitdiff | tree |
2010-08-31 |
antirez | Merge remote branch 'pietern/issue-300'
|
commit | commitdiff | tree |
2010-08-31 |
antirez | faster server starting in Redis tests
|
commit | commitdiff | tree |
2010-08-30 |
antirez | BLPOP inside MULTI/EXEC block no longer crashes, instead...
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Now redis-cli replies to help showing some basic usage...
|
commit | commitdiff | tree |
2010-08-30 |
antirez | It is now possible to use authentication and DB selection...
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Fixed MONITOR mode and Issue 296
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Makefile deps updated
|
commit | commitdiff | tree |
2010-08-30 |
antirez | Fix for a race in BGSAVE that may result in some data...
|
commit | commitdiff | tree |
2010-08-27 |
antirez | fix for the prev fix
|
commit | commitdiff | tree |
2010-08-27 |
antirez | Fix for bug 312, yet to verify in a couple of minutes...
|
commit | commitdiff | tree |
2010-08-27 |
antirez | Fixed another instace of the Issue 173
|
commit | commitdiff | tree |
2010-08-27 |
antirez | Fixed segfault in freeMemoryIfNeeded due to the fact...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | intset loading bug fixed
|
commit | commitdiff | tree |
2010-08-26 |
antirez | test for intset integer encodability test and some...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | translated a few long logn into int64_t for correctness...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | redis-cli tests commented out since there is a problem...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | SORT stress testing against bigger aggregate values
|
commit | commitdiff | tree |
2010-08-26 |
antirez | Version is now 2.1.3
|
commit | commitdiff | tree |
2010-08-26 |
antirez | Merge remote branch 'pietern/redis-cli-fix'
|
commit | commitdiff | tree |
2010-08-26 |
antirez | forgot the traceleaks var in tests set to 1, reverted...
|
commit | commitdiff | tree |
2010-08-26 |
antirez | fixed a memory leak in the new Set code
|
commit | commitdiff | tree |
next |