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