2010-11-02 |
antirez | RSS information in INFO output |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | Do not update the LRU info on key lookup when we have... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | redis-cli in interactive mode now prints the time elaps... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | Revert "Function to compute RSS memory usage in a fast... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | Revert "Now maxmemory, VM, and everything else uses... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | Now maxmemory, VM, and everything else uses the fast... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | Function to compute RSS memory usage in a fast way... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | removed a number of stupid compilation warnings on... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
antirez | zmalloc functions to get RSS and fragmentation refactor... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
antirez | merge conflict resolved |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Pieter Noordhuis | Rewrite comment that was no longer valid |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Pieter Noordhuis | When REDIS_CLOSE_AFTER_REPLY is set, there may never... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Pieter Noordhuis | Unify two client flags that mean the same |
commit | commitdiff | tree | snapshot |
2010-10-28 |
antirez | Merge remote branch 'remotes/pietern/zrevrangebyscore' |
commit | commitdiff | tree | snapshot |
2010-10-27 |
antirez | removed useless spaces from DEBUG OBJECT output |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Pieter Noordhuis | Return error to client on wrong type for HMGET |
commit | commitdiff | tree | snapshot |
2010-10-25 |
antirez | added a missing prototype from syncio.c in redis.h |
commit | commitdiff | tree | snapshot |
2010-10-25 |
antirez | more generally usable i/o functions moved to syncio.c |
commit | commitdiff | tree | snapshot |
2010-10-24 |
antirez | synchronous I/O networking functions originally used... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Pieter Noordhuis | Exclusively use either tcmalloc or OSX's native malloc_... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Pieter Noordhuis | Don't use prefix when malloc_size() can be called |
commit | commitdiff | tree | snapshot |
2010-10-22 |
antirez | Make sure to reset the signal handler and deliver again... |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Robey Pointer | if server.saveparamslen is not set, don't save the... |
commit | commitdiff | tree | snapshot |
2010-10-21 |
antirez | README more specific about tcmalloc space benefits |
commit | commitdiff | tree | snapshot |
2010-10-21 |
antirez | Makefile typo fixed for tcmalloc option |
commit | commitdiff | tree | snapshot |
2010-10-21 |
antirez | reports if tcmalloc is in used in INFO output |
commit | commitdiff | tree | snapshot |
2010-10-21 |
antirez | support for compiling with tcmalloc |
commit | commitdiff | tree | snapshot |
2010-10-21 |
antirez | version bumped to 2.1.5 |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pieter Noordhuis | Skip object encoding where it doesn't make sense |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pieter Noordhuis | Object encoding in hash function is done by a more... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pieter Noordhuis | Removed unused command flags |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Pieter Noordhuis | Convert objects in the command procs instead of the... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Prevent clients from making too large multibulk requests |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Add benchmark for MSET |
commit | commitdiff | tree | snapshot |
2010-10-15 |
antirez | prevent small integer sharing when maxmemory is active... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Change protocol from bulk to inline in redis-benchmark |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Don't reset the client when processCommand returns... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Change tests to use either the inline or the multibulk... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Show output of leaks command on a leak |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Change tcl client to only use the multibulk protocol |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Refactor request parsing code for efficiency |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Pieter Noordhuis | Add tests for OK on QUIT |
commit | commitdiff | tree | snapshot |
2010-10-15 |
antirez | CONFIG RESETSTAT no longer resets the server uptime... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
antirez | minor aesthetic change |
commit | commitdiff | tree | snapshot |
2010-10-15 |
antirez | added keyspace_hits and keyspace_misses fields in INFO... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
antirez | maxmemory-samples implemented in CONFIG command and... |
commit | commitdiff | tree | snapshot |
2010-10-15 |
antirez | Don't increment dirty on expireIfNeeded() as natural... |
commit | commitdiff | tree | snapshot |
2010-10-14 |
antirez | Merge remote branch 'pietern/ziplist-regression' |
commit | commitdiff | tree | snapshot |
2010-10-14 |
antirez | implemented different algorithms for maxmemory |
commit | commitdiff | tree | snapshot |
2010-10-14 |
Pieter Noordhuis | Replace ziplist stresser and fix regression |
commit | commitdiff | tree | snapshot |
2010-10-14 |
antirez | Object approximated LRU algorithm enhanced / fixed... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Return error when min and/or max in the sorted set... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Make ZREMRANGEBYSCORE accept the same range spec as... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Merge branch 'master' into zrevrangebyscore |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Return OK on QUIT |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Pieter Noordhuis | Allow to specify which specific test files to run |
commit | commitdiff | tree | snapshot |
2010-10-11 |
antirez | free memory if the maxmemory parameter is reduced via... |
commit | commitdiff | tree | snapshot |
2010-10-11 |
antirez | maxmemory fixed, we now try to release memory just... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
antirez | fixed an alignment problem with time_t is 32 bit, long... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
antirez | minor typo fixed, reported by Thomas Bassetto |
commit | commitdiff | tree | snapshot |
2010-09-24 |
antirez | intset stress testing added, ziplist stress testing... |
commit | commitdiff | tree | snapshot |
2010-09-24 |
antirez | explicit regression test for a ziplist bug added |
commit | commitdiff | tree | snapshot |
2010-09-24 |
antirez | ziplist implementation fuzzy tests |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | Merge remote branch 'pietern/ziplist-fix' |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Pieter Noordhuis | Add regression test and fix for >255 byte string entries |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | Contributing file added |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | more tests for sds.c |
commit | commitdiff | tree | snapshot |
2010-09-23 |
antirez | minimal C test framework + a first example sds.c tests |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Pieter Noordhuis | Update rdb.c to properly work with new memory strategy... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | two leaks fixed |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | error generation format reverted to the new style after... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | Merge remote branch 'pietern/zset-mem' |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | preventive conflict resolution to merge pietern/zset-mem |
commit | commitdiff | tree | snapshot |
2010-09-22 |
antirez | Merge remote branch 'pietern/ziplist-eff' |
commit | commitdiff | tree | snapshot |
2010-09-17 |
antirez | new parsing code bugfixing |
commit | commitdiff | tree | snapshot |
2010-09-17 |
antirez | try to parse the request in a smarter way to gain speed... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Pieter Noordhuis | Finished code for sorted set memory efficiency |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Pieter Noordhuis | Add ZREVRANGEBYSCORE and refactor Z*RANGEBYSCORE |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Pieter Noordhuis | Merge branch 'zset-mem' into zrevrangebyscore |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | Added used CPU statistics in INFO output, obtained... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | modified a bit addReply() to play better with copy... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Pieter Noordhuis | Static buffer in client struct has a constant size |
commit | commitdiff | tree | snapshot |
2010-09-16 |
antirez | Merge remote branch 'pietern/networking-perf' |
commit | commitdiff | tree | snapshot |
2010-09-15 |
antirez | This should fix Issue 332: when there is a background... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
antirez | fixed typo in the latest commit |
commit | commitdiff | tree | snapshot |
2010-09-14 |
antirez | Advertise the existence of redis-check dump --fix when... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pedro Melo | Fixed missed use of INSTALL_TOP |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pedro Melo | Make sure INSTALL_TOP exists before we install to it |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pedro Melo | Rename INSTALL_TOP to PREFIX; update documentation |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Pieter Noordhuis | Fix another test that sometimes returned the swapped... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
antirez | redis-cli does no longer try to auto detect if it is... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
antirez | Fix for the init script provided with Redis, thanks... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
antirez | Fix re-enabled again, I forgot to check if VM was enabl... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
antirez | latest fix reverted, there is some problem reported... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
antirez | Fixed a race condition in VM happening when a key was... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Pieter Noordhuis | Fix test that sometimes returned the swapped object... |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Pieter Noordhuis | Fix bug where the client is not present in server.clien... |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Pieter Noordhuis | Allow a random seed argument for the ziplist test binary |
commit | commitdiff | tree | snapshot |
2010-09-06 |
Pieter Noordhuis | Fix updating the prevlen field of consecutive entries |
commit | commitdiff | tree | snapshot |
next |