2010-12-14 |
antirez | removed a test that will never be true fixing the compilatio...
|
commit | commitdiff | tree |
2010-12-14 |
antirez | Merge branch 'master' of github.com:antirez/redis ...branch 'master' of github.com:antirez/redis
|
commit | commitdiff | tree |
2010-12-14 |
antirez | Merge remote branch 'pietern/strrange'
|
commit | commitdiff | tree |
2010-12-14 |
antirez | initialized a few vars just to avoid warnings, not...
|
commit | commitdiff | tree |
2010-12-14 |
antirez | Merge remote branch 'pietern/brpoplpush'
|
commit | commitdiff | tree |
2010-12-14 |
antirez | cow friendly HGETALL and variants
|
commit | commitdiff | tree |
2010-12-10 |
antirez | Linenoise updated to latest version
|
commit | commitdiff | tree |
2010-12-10 |
antirez | previouse INCR implementation restored, was actually...
|
commit | commitdiff | tree |
2010-12-10 |
antirez | Merge remote branch 'pietern/testverbosity'
|
commit | commitdiff | tree |
2010-12-10 |
antirez | dont take the fast path for INCR if the resulting integer...
|
commit | commitdiff | tree |
2010-12-10 |
antirez | faster INCR doing far less allocation in common cases
|
commit | commitdiff | tree |
2010-12-10 |
antirez | fixed compilation on Linux
|
commit | commitdiff | tree |
2010-12-10 |
antirez | command line option in test suite to activate valgrind...
|
commit | commitdiff | tree |
2010-12-10 |
antirez | valgrind suppression file added
|
commit | commitdiff | tree |
2010-12-10 |
antirez | HGET HMGET are now COW friendly, plus API refactoring...
|
commit | commitdiff | tree |
2010-12-09 |
antirez | SINTER/MEMBERS are now COW friendly, also some refactoring...
|
commit | commitdiff | tree |
2010-12-09 |
antirez | COW friendly versions of SPOP and SRANDMEMBER commands...
|
commit | commitdiff | tree |
2010-12-07 |
antirez | LRANGE converted into a COW friendly command. Some...
|
commit | commitdiff | tree |
2010-12-01 |
antirez | added support for ctrl-l and clear command into redis...
|
commit | commitdiff | tree |
2010-11-30 |
antirez | minor merge conflicts merging cli-help branch fixed
|
commit | commitdiff | tree |
2010-11-29 |
antirez | quick and dirty fix for hiredis bug creating problem...
|
commit | commitdiff | tree |
2010-11-29 |
antirez | new redis-cli command connect
|
commit | commitdiff | tree |
2010-11-29 |
antirez | gitignore now includes a few more files
|
commit | commitdiff | tree |
2010-11-15 |
antirez | added a few more files to gitignore
|
commit | commitdiff | tree |
2010-11-12 |
antirez | Fix for bug 374, thanks to Jeremy Zawodny for reporting...
|
commit | commitdiff | tree |
2010-11-11 |
antirez | volatile-lru maxmemory policy segfault fixed, thanks...
|
commit | commitdiff | tree |
2010-11-08 |
antirez | now redis-cli is able to show the Git SHA1 in the version...
|
commit | commitdiff | tree |
2010-11-08 |
antirez | make sure to flush stdout every line read in monitor...
|
commit | commitdiff | tree |
2010-11-08 |
antirez | added noeviction policy to redis maxmemory. ZSCORE...
|
commit | commitdiff | tree |
2010-11-08 |
antirez | build redis-server at the end so have a more pleasing...
|
commit | commitdiff | tree |
2010-11-08 |
antirez | fixed compilation with 32bit target
|
commit | commitdiff | tree |
2010-11-08 |
antirez | non blocking loading of the DB / AOF with informations...
|
commit | commitdiff | tree |
2010-11-05 |
antirez | version bumped to 2.1.7 after merging with aaslave...
|
commit | commitdiff | tree |
2010-11-05 |
antirez | Merge branch 'aaslave'
|
commit | commitdiff | tree |
2010-11-05 |
antirez | version bumped to 2.1.6
|
commit | commitdiff | tree |
2010-11-05 |
antirez | Merge remote branch 'pietern/benchmark'
|
commit | commitdiff | tree |
2010-11-04 |
antirez | config option to select if when replication link with...
|
commit | commitdiff | tree |
2010-11-04 |
antirez | replication asynchronous SYNC information in INFO output
|
commit | commitdiff | tree |
2010-11-04 |
antirez | more replication info in logs
|
commit | commitdiff | tree |
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-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 |
next |