2009-12-18 |
antirez | modified a bit the ZREVRANGE test to cover a few lines...
|
commit | commitdiff | tree |
2009-12-18 |
antirez | SHUTDOWN now does the right thing when append only...
|
commit | commitdiff | tree |
2009-12-18 |
antirez | Added a missing server.dirty increment in a non critical...
|
commit | commitdiff | tree |
2009-12-18 |
antirez | LTRIM stress testing test added
|
commit | commitdiff | tree |
2009-12-18 |
antirez | LTRIM now returns +OK against non existing keys. More...
|
commit | commitdiff | tree |
2009-12-18 |
antirez | added sdstoupper() declaration in sds.h
|
commit | commitdiff | tree |
2009-12-18 |
antirez | Fixed sds.c bug #124
|
commit | commitdiff | tree |
2009-12-16 |
antirez | LZF compression re-enabled by default, but with INIT_HTAB...
|
commit | commitdiff | tree |
2009-12-16 |
antirez | lzf compression switched off by default now, with config...
|
commit | commitdiff | tree |
2009-12-16 |
antirez | Regression for epoll bug in redis-test.tcl, version...
|
commit | commitdiff | tree |
2009-12-16 |
antirez | Fixed a lame epoll issue
|
commit | commitdiff | tree |
2009-12-15 |
antirez | html doc updated
|
commit | commitdiff | tree |
2009-12-15 |
antirez | version is now 1.1.92
|
commit | commitdiff | tree |
2009-12-15 |
antirez | Two important fixes to append only file: zero length...
|
commit | commitdiff | tree |
2009-12-15 |
antirez | debug loadaof implemented in order to add more consistency...
|
commit | commitdiff | tree |
2009-12-15 |
antirez | Added a new test able to stress a lot the snapshotting...
|
commit | commitdiff | tree |
2009-12-15 |
antirez | Unified handling of empty queries with normal queries.
|
commit | commitdiff | tree |
2009-12-15 |
antirez | Fixed some subtle bug in the command processing code...
|
commit | commitdiff | tree |
2009-12-15 |
antirez | Regression test for SINTERSTORE added
|
commit | commitdiff | tree |
2009-12-15 |
antirez | Fixed issue #121
|
commit | commitdiff | tree |
2009-12-14 |
antirez | a few more tests and ability to run a specific test...
|
commit | commitdiff | tree |
2009-12-13 |
antirez | Changed the reply of BGSAVE and BGREWRITEAOF from ...
|
commit | commitdiff | tree |
2009-12-13 |
antirez | Set the master->slave logical client as authenticated...
|
commit | commitdiff | tree |
2009-12-13 |
antirez | TODO update
|
commit | commitdiff | tree |
2009-12-12 |
antirez | bgrewriteaof_in_progress added to INFO
|
commit | commitdiff | tree |
2009-12-12 |
antirez | TODO list modified. What's planned for 1.4 is now written...
|
commit | commitdiff | tree |
2009-12-11 |
antirez | better handling of non blocking connect on redis-benchmark...
|
commit | commitdiff | tree |
2009-12-11 |
antirez | some change to redis-sha1.rb utility to make it more...
|
commit | commitdiff | tree |
2009-12-10 |
antirez | redis-sha1.rb utility updated
|
commit | commitdiff | tree |
2009-12-10 |
antirez | a bit more verbose -ERR wrong number o arguments error...
|
commit | commitdiff | tree |
2009-12-10 |
antirez | TODO change and minor SETNX optimization
|
commit | commitdiff | tree |
2009-12-06 |
antirez | in rdbLoadDoubleValue now the buffer is nul terminated...
|
commit | commitdiff | tree |
2009-12-06 |
antirez | printf format warnings fixed by casting
|
commit | commitdiff | tree |
2009-12-06 |
antirez | Regression tests for SETNX and MSETNX bugs added
|
commit | commitdiff | tree |
2009-12-06 |
antirez | SETNX and MSETNX now respect the delete-on-write operation...
|
commit | commitdiff | tree |
2009-12-05 |
antirez | Fixed daemonization when using kqueue/kevent. Now the...
|
commit | commitdiff | tree |
2009-12-05 |
antirez | more HTML doc changes
|
commit | commitdiff | tree |
2009-12-05 |
antirez | HTML doc update
|
commit | commitdiff | tree |
2009-12-05 |
antirez | a few redis-cli format specified fixed
|
commit | commitdiff | tree |
2009-12-05 |
antirez | use __attribute__ format in sdscatprintf() when the...
|
commit | commitdiff | tree |
2009-12-01 |
antirez | TODO update
|
commit | commitdiff | tree |
2009-12-01 |
antirez | compilation problem on 64bit mac os x 10.5 possibly...
|
commit | commitdiff | tree |
2009-12-01 |
antirez | virtual memory design doc typos
|
commit | commitdiff | tree |
2009-12-01 |
antirez | design documents added to the project
|
commit | commitdiff | tree |
2009-11-30 |
antirez | Fixed issued #85 (getDecodedObject: Assertion 1 !=...
|
commit | commitdiff | tree |
2009-11-30 |
antirez | fixed a subtle bug in redis-cli not having visible...
|
commit | commitdiff | tree |
2009-11-29 |
antirez | TODO updated
|
commit | commitdiff | tree |
2009-11-29 |
antirez | Version chagned to 1.100, also known as the first first...
|
commit | commitdiff | tree |
2009-11-29 |
antirez | more tests in test-redis.tcl, some minor fix
|
commit | commitdiff | tree |
2009-11-29 |
antirez | SORT support for sorted sets
|
commit | commitdiff | tree |
2009-11-28 |
antirez | Implemented LIMIT option in ZRANGEBYSCORE. We now enter...
|
commit | commitdiff | tree |
2009-11-28 |
antirez | Changelog updated
|
commit | commitdiff | tree |
2009-11-28 |
antirez | html doc updated
|
commit | commitdiff | tree |
2009-11-28 |
antirez | enable kqueue/kevent only for Mac OS X 10.6.x as it...
|
commit | commitdiff | tree |
2009-11-28 |
antirez | TODO updated
|
commit | commitdiff | tree |
2009-11-28 |
antirez | ZRANGEBYSCORE fuzzy test
|
commit | commitdiff | tree |
2009-11-28 |
antirez | ZRANGEBYSCORE memory leak fixed, ZRANGEBYSCORE initial...
|
commit | commitdiff | tree |
2009-11-28 |
antirez | INFO refactored. Stack trace on memory corruption now...
|
commit | commitdiff | tree |
2009-11-28 |
antirez | ifdefs added to use kevent on Free Open and Net BSD...
|
commit | commitdiff | tree |
2009-11-28 |
antirez | Enabled object encoding for multiple keys in MSET....
|
commit | commitdiff | tree |
2009-11-28 |
antirez | Merge branch 'kqueue' of git://github.com/mallipeddi...
|
commit | commitdiff | tree |
2009-11-28 |
antirez | Changes to TODO list, commented a function in redis.c
|
commit | commitdiff | tree |
2009-11-27 |
antirez | TODO updated
|
commit | commitdiff | tree |
2009-11-26 |
antirez | zero length bulk data reading fixed in loadAppendOnlyFile()
|
commit | commitdiff | tree |
2009-11-26 |
antirez | append only file fixes
|
commit | commitdiff | tree |
2009-11-26 |
antirez | log rebuilding, random refactoring, work in progress...
|
commit | commitdiff | tree |
2009-11-24 |
antirez | DEBUG RELOAD implemented, and test-redis.tcl modified...
|
commit | commitdiff | tree |
2009-11-24 |
antirez | Redis version set to 1.07
|
commit | commitdiff | tree |
2009-11-24 |
antirez | sorted sets saving fixed
|
commit | commitdiff | tree |
2009-11-24 |
antirez | minor TODO change
|
commit | commitdiff | tree |
2009-11-23 |
antirez | minor fix to avoid a false valgrind warning.
|
commit | commitdiff | tree |
2009-11-23 |
antirez | epoll support enabled by default for Linux builds
|
commit | commitdiff | tree |
2009-11-23 |
antirez | epoll module for ae.c implemented. Some more testing...
|
commit | commitdiff | tree |
2009-11-23 |
antirez | commented the HAVE_EPOLL test in config.h to allow...
|
commit | commitdiff | tree |
2009-11-23 |
antirez | ae_select module added
|
commit | commitdiff | tree |
2009-11-23 |
antirez | ae.c now supports multiple polling API modules, even...
|
commit | commitdiff | tree |
2009-11-23 |
antirez | ae.c initial refactoring for epoll implementation
|
commit | commitdiff | tree |
2009-11-21 |
antirez | version incremented up to 1.06
|
commit | commitdiff | tree |
2009-11-21 |
antirez | TODO aesthetic changes
|
commit | commitdiff | tree |
2009-11-21 |
antirez | TODO updated with plans up to 1.5
|
commit | commitdiff | tree |
2009-11-21 |
antirez | SRANDMEMBER test
|
commit | commitdiff | tree |
2009-11-21 |
antirez | Fixed a SORT memory leak that should never happen in...
|
commit | commitdiff | tree |
2009-11-21 |
antirez | SORT GET # implemented, with a test
|
commit | commitdiff | tree |
2009-11-21 |
antirez | EXPIREAT test
|
commit | commitdiff | tree |
2009-11-20 |
antirez | EXPIRE tests
|
commit | commitdiff | tree |
2009-11-20 |
antirez | more RPOPLPUSH tests
|
commit | commitdiff | tree |
2009-11-20 |
antirez | RPOPLPUSH tests added
|
commit | commitdiff | tree |
2009-11-20 |
antirez | ZINCRBY return value fixed
|
commit | commitdiff | tree |
2009-11-20 |
antirez | ZINCRSCOREBY => ZINCRBY
|
commit | commitdiff | tree |
2009-11-19 |
antirez | ZINCRSCOREBY implemented
|
commit | commitdiff | tree |
2009-11-19 |
antirez | writev() finally uncommented again
|
commit | commitdiff | tree |
2009-11-19 |
antirez | redis-benchmark hopefully last bug with multi bulk...
|
commit | commitdiff | tree |
2009-11-19 |
antirez | debug mode in redis-bench
|
commit | commitdiff | tree |
2009-11-19 |
antirez | Use writev(2) if glue output buffers is disabled
|
commit | commitdiff | tree |
2009-11-19 |
antirez | benchmark.c fixes
|
commit | commitdiff | tree |
2009-11-18 |
antirez | more experiments with long replies, glue output buffer...
|
commit | commitdiff | tree |
2009-11-18 |
antirez | benchmarking with different number of LRANGE elements...
|
commit | commitdiff | tree |
2009-11-18 |
antirez | more writev tests/work
|
commit | commitdiff | tree |
2009-11-18 |
antirez | redis-benchmark multi bulk reply support hopefully...
|
commit | commitdiff | tree |
2009-11-17 |
antirez | support for writev implemented but currently ifdef...
|
commit | commitdiff | tree |
next |