2010-07-06 |
antirez | top level Makefile added, so you do not need to cd src |
commit | commitdiff | tree | snapshot |
2010-07-06 |
antirez | improved random dataset creation in test: del, sunionst... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
antirez | First implementation of a replication consistency test |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Pieter Noordhuis | merged code from 184d74ab, 4774a53b, f483ce5f to new... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
antirez | INSTALL file added BETATESTING.txt removed |
commit | commitdiff | tree | snapshot |
2010-07-05 |
antirez | Fixed compilation on *BSD systems |
commit | commitdiff | tree | snapshot |
2010-07-05 |
antirez | Fixed a crash loading the AOF file containing MULTI... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
antirez | WATCH will now consider touched keys target of EXPIRE... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | Compilation fixed on Linux after the source code split |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | Fixed MONITOR output for consistency: now integer encod... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | Fix the AOF fix of the latest commit ;) |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | fixed error code checking for *write operations and... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | Merged with split |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | minor aesthetic change |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | Version is now 2.1.2 |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | Make log target fixed |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | gitignore modified |
commit | commitdiff | tree | snapshot |
2010-07-01 |
antirez | redis.c split into many different C files. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
antirez | Merge remote branch 'pietern/zfixes' |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Pieter Noordhuis | fix unexpected behavior on an out of range end index... |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Pieter Noordhuis | more pub/sub tests |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Pieter Noordhuis | initial basic pub/sub tests |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pieter Noordhuis | fix BLPOP/BRPOP to use the wrapped function for list... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pieter Noordhuis | tests for BLPOP/BRPOP via an option in the tcl client... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pieter Noordhuis | fix behavior for out-of-range negative end index on... |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pieter Noordhuis | more tests for zrange and zrevrange; fix behavior for... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-06-14 |
antirez | Merge branch 'ltrim-tests' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Pieter Noordhuis | rename "list" to "linkedlist" to be more verbose |
commit | commitdiff | tree | snapshot |
2010-06-14 |
antirez | allow running the test suite against an external Redis... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Pieter Noordhuis | change ltrim tests to cover all min/max cases and add... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
antirez | Fixed deps in makefile and mkreleasehdr.sh script to... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
antirez | hopefully faster recompiling with a trick |
commit | commitdiff | tree | snapshot |
2010-06-13 |
antirez | fixed a bug in rdbLoadObject abount specially encoded... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Pieter Noordhuis | use raw strings when loading a hash from the rdb into... |
commit | commitdiff | tree | snapshot |
2010-06-12 |
antirez | Merge branch 'expire' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
2010-06-11 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | LPUSHX, RPUSHX, LINSERT only work on non-empty lists... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | make LINSERT return -1 when the value could not be... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | check if the list encoding needs to be changed on LPUSH... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | make sure the value to insert is string encoded |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | rename vars, move arguments, add comments |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | always iterate from head to tail on LINSERT |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | use REDIS_TAIL to insert AFTER an entry and REDIS_HEAD... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Pieter Noordhuis | move listTypeInsert to be grouped with other wrapper... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Robey Pointer | squashed merge from robey/twitter3: LINSERT BEFORE... |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Pieter Noordhuis | remove pop function and the sds dependency; can be... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Pieter Noordhuis | compute swappability for ziplist encoded lists |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Pieter Noordhuis | reuse the sds from the main dictionary in the expiratio... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-06-07 |
antirez | encode integers while loading an hash |
commit | commitdiff | tree | snapshot |
2010-06-05 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Pieter Noordhuis | fixed two leaks for the dual encoded lists |
commit | commitdiff | tree | snapshot |
2010-06-04 |
antirez | TODO updated |
commit | commitdiff | tree | snapshot |
2010-06-04 |
antirez | DISCSARD now unwatches all keys, as it should |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | generated tests for different encodings to avoid test... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | refactor list tests to test both encodings; implemented... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | renamed hash wrapper functions to match wrapper functio... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis |
commit | commitdiff | tree | snapshot |
2010-06-04 |
antirez | Merge branch 'smallkeys' |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | safety assert in listTypeNext |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | renamed list wrapper functions to be more verbose |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | add thresholds for converting a ziplist to a real list |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Pieter Noordhuis | merge antirez/smallkeys |
commit | commitdiff | tree | snapshot |
2010-06-03 |
antirez | test restored |
commit | commitdiff | tree | snapshot |
2010-06-03 |
antirez | memory leak introduced in the latest big changes fixed |
commit | commitdiff | tree | snapshot |
2010-06-03 |
antirez | Fixed VM bugs introduced with the top level keys as... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
antirez | top level keys are no longer redis objects but sds... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | update Makefile to include ziplist.o |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | use ziplists in SORT STORE until the thresholds are... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tag memory leak check on kill server as "leaks" |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tag test with sleep() as slow |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | make sure the config it returned when called without... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tag more slow tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | change how arguments are passed from the AOF tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | scope res variable outside test |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | tags for existing tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | pass tags to filter and match via arguments |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | basic support to tag tests |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | changed how server.tcl accepts options to support more... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | removed obsolete code |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Pieter Noordhuis | catch exceptions in the server proc, to be able to... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | Merge branch 'master' into smallkeys |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | smarter swapout policy on AOF too |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | better swapout policy while loading RDB file |
commit | commitdiff | tree | snapshot |
2010-06-02 |
antirez | minor code comment change |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Pieter Noordhuis | use integer types from stdint.h to be more verbose... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Pieter Noordhuis | added stress test for heavy i/o in ziplists |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Pieter Noordhuis | fix signedness errors in ziplist testing code |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | minor code movements and free object pull restored... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | TODO updated with syslog plans for 2.2 |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | Debug message was printing stuff that are sometimes... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | Merge branch 'smallkeys' of github.com:antirez/redis... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | fixed a few comments |
commit | commitdiff | tree | snapshot |
2010-06-01 |
antirez | fixed bugs introduced in the rewrite of the new VM... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Pieter Noordhuis | support rewriting the AOF with dual list encoding |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Pieter Noordhuis | small refactor of fwrite* commands for AOF rewrite... |
commit | commitdiff | tree | snapshot |
next |