2010-07-27 |
antirez | STRLEN command implemented
|
commit | commitdiff | tree |
2010-07-27 |
antirez | hash table example commented out in dict.c
|
commit | commitdiff | tree |
2010-07-27 |
antirez | use the function deprecated attribute if compiling...
|
commit | commitdiff | tree |
2010-07-22 |
antirez | don't open/close log file if log level is not matched
|
commit | commitdiff | tree |
2010-07-22 |
antirez | defensive programming: set o->ptr to NULL before freeing...
|
commit | commitdiff | tree |
2010-07-22 |
antirez | other shared objects where created in the I/O thread...
|
commit | commitdiff | tree |
2010-07-22 |
antirez | minor typo fixed in a comment
|
commit | commitdiff | tree |
2010-07-22 |
antirez | don't use object sharing inside I/O threads, as a fix...
|
commit | commitdiff | tree |
2010-07-21 |
antirez | vm_blocked_clients count fixed in INFO, thanks to Pietern...
|
commit | commitdiff | tree |
2010-07-16 |
antirez | TODO list modified, trivial change to source code
|
commit | commitdiff | tree |
2010-07-12 |
antirez | WATCH is now affected only when write commands actually...
|
commit | commitdiff | tree |
2010-07-09 |
antirez | fmacro included in linenoise.c
|
commit | commitdiff | tree |
2010-07-07 |
antirez | redis-cli history saved across sessions
|
commit | commitdiff | tree |
2010-07-06 |
antirez | redis-cli is now able to report version information...
|
commit | commitdiff | tree |
2010-07-06 |
antirez | Make install fixed using a dummy taget
|
commit | commitdiff | tree |
2010-07-06 |
antirez | make install target, finally ;)
|
commit | commitdiff | tree |
2010-07-06 |
antirez | top level Makefile added, so you do not need to cd src
|
commit | commitdiff | tree |
2010-07-06 |
antirez | improved random dataset creation in test: del, sunionstore...
|
commit | commitdiff | tree |
2010-07-06 |
antirez | First implementation of a replication consistency test
|
commit | commitdiff | tree |
2010-07-05 |
antirez | INSTALL file added BETATESTING.txt removed
|
commit | commitdiff | tree |
2010-07-05 |
antirez | Fixed compilation on *BSD systems
|
commit | commitdiff | tree |
2010-07-05 |
antirez | Fixed a crash loading the AOF file containing MULTI...
|
commit | commitdiff | tree |
2010-07-05 |
antirez | WATCH will now consider touched keys target of EXPIRE...
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Fixed MONITOR output for consistency: now integer encoded...
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Fix the AOF fix of the latest commit ;)
|
commit | commitdiff | tree |
2010-07-01 |
antirez | fixed error code checking for *write operations and...
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Merged with split
|
commit | commitdiff | tree |
2010-07-01 |
antirez | minor aesthetic change
|
commit | commitdiff | tree |
2010-07-01 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Version is now 2.1.2
|
commit | commitdiff | tree |
2010-07-01 |
antirez | Make log target fixed
|
commit | commitdiff | tree |
2010-07-01 |
antirez | gitignore modified
|
commit | commitdiff | tree |
2010-07-01 |
antirez | redis.c split into many different C files.
|
commit | commitdiff | tree |
2010-06-24 |
antirez | Merge remote branch 'pietern/zfixes'
|
commit | commitdiff | tree |
2010-06-14 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-06-14 |
antirez | Merge branch 'ltrim-tests' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-06-14 |
antirez | allow running the test suite against an external Redis...
|
commit | commitdiff | tree |
2010-06-13 |
antirez | Fixed deps in makefile and mkreleasehdr.sh script to...
|
commit | commitdiff | tree |
2010-06-13 |
antirez | hopefully faster recompiling with a trick
|
commit | commitdiff | tree |
2010-06-13 |
antirez | fixed a bug in rdbLoadObject abount specially encoded...
|
commit | commitdiff | tree |
2010-06-12 |
antirez | Merge branch 'expire' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-11 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-07 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-06-07 |
antirez | encode integers while loading an hash
|
commit | commitdiff | tree |
2010-06-05 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-04 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-06-04 |
antirez | DISCSARD now unwatches all keys, as it should
|
commit | commitdiff | tree |
2010-06-04 |
antirez | Merge branch 'lists' of git://github.com/pietern/redis
|
commit | commitdiff | tree |
2010-06-04 |
antirez | Merge branch 'smallkeys'
|
commit | commitdiff | tree |
2010-06-03 |
antirez | test restored
|
commit | commitdiff | tree |
2010-06-03 |
antirez | memory leak introduced in the latest big changes fixed
|
commit | commitdiff | tree |
2010-06-03 |
antirez | Fixed VM bugs introduced with the top level keys as...
|
commit | commitdiff | tree |
2010-06-03 |
antirez | top level keys are no longer redis objects but sds...
|
commit | commitdiff | tree |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-06-02 |
antirez | Merge branch 'testsuite' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-06-02 |
antirez | Merge branch 'master' into smallkeys
|
commit | commitdiff | tree |
2010-06-02 |
antirez | smarter swapout policy on AOF too
|
commit | commitdiff | tree |
2010-06-02 |
antirez | better swapout policy while loading RDB file
|
commit | commitdiff | tree |
2010-06-02 |
antirez | minor code comment change
|
commit | commitdiff | tree |
2010-06-01 |
antirez | minor code movements and free object pull restored...
|
commit | commitdiff | tree |
2010-06-01 |
antirez | TODO updated with syslog plans for 2.2
|
commit | commitdiff | tree |
2010-06-01 |
antirez | Debug message was printing stuff that are sometimes...
|
commit | commitdiff | tree |
2010-06-01 |
antirez | Merge branch 'smallkeys' of github.com:antirez/redis...
|
commit | commitdiff | tree |
2010-06-01 |
antirez | fixed a few comments
|
commit | commitdiff | tree |
2010-05-31 |
antirez | first step of VM rewrite. blocking VM tests passing...
|
commit | commitdiff | tree |
2010-05-31 |
antirez | Merge branch 'no-appendfsync-on-rewrite'
|
commit | commitdiff | tree |
2010-05-28 |
antirez | command table size calculated with sizeof
|
commit | commitdiff | tree |
2010-05-28 |
antirez | Merge branch 'cli-stdin' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-05-28 |
antirez | Fixed ZINCR Nan bugs leading to server crash and added...
|
commit | commitdiff | tree |
2010-05-28 |
antirez | redis.conf new features the new option, a minor typo...
|
commit | commitdiff | tree |
2010-05-28 |
antirez | don't fsync after a rewrite if appendfsync is set to...
|
commit | commitdiff | tree |
2010-05-28 |
antirez | added new option no-appendfsync-on-rewrite to avoid...
|
commit | commitdiff | tree |
2010-05-27 |
antirez | Added Git sha1 and dirty status in redis-server -v...
|
commit | commitdiff | tree |
2010-05-27 |
antirez | changed the message in the Makefile with the new command...
|
commit | commitdiff | tree |
2010-05-27 |
antirez | new multi/exec tests
|
commit | commitdiff | tree |
2010-05-26 |
antirez | Merge branch 'master' into nested-multi
|
commit | commitdiff | tree |
2010-05-26 |
antirez | Fix EXEC bug that was leaving the client in dirty status...
|
commit | commitdiff | tree |
2010-05-26 |
antirez | raise error on nested MULTI and WATCH inside multi
|
commit | commitdiff | tree |
2010-05-25 |
antirez | Version is now 2.1.1
|
commit | commitdiff | tree |
2010-05-25 |
antirez | RENAME is now WATCH-aware
|
commit | commitdiff | tree |
2010-05-25 |
antirez | TODO updated
|
commit | commitdiff | tree |
2010-05-25 |
antirez | WATCH is now able to detect keys removed by FLUSHALL...
|
commit | commitdiff | tree |
2010-05-25 |
antirez | WATCH tests
|
commit | commitdiff | tree |
2010-05-25 |
antirez | minor bug fixed in WATCH
|
commit | commitdiff | tree |
2010-05-25 |
antirez | WATCH for MULTI/EXEC (CAS alike concurrency)
|
commit | commitdiff | tree |
2010-05-25 |
antirez | gitignore updated
|
commit | commitdiff | tree |
2010-05-21 |
antirez | Master is now already unfreezed, unstable, and ready...
|
commit | commitdiff | tree |
2010-05-21 |
antirez | Merge branch 'solaris' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-05-21 |
antirez | Changelog updated
|
commit | commitdiff | tree |
2010-05-21 |
antirez | redis version is now 1.3.14 (aka 2.0.0 RC1)
|
commit | commitdiff | tree |
2010-05-21 |
antirez | html doc updated
|
commit | commitdiff | tree |
2010-05-21 |
antirez | by default test with valgrind does not show full leak...
|
commit | commitdiff | tree |
2010-05-20 |
antirez | Don't exit with error in tests temp file cleanup if...
|
commit | commitdiff | tree |
2010-05-20 |
antirez | Merge branch 'master' of github.com:antirez/redis
|
commit | commitdiff | tree |
2010-05-20 |
antirez | Merge branch 'test_vm' of git://github.com/pietern...
|
commit | commitdiff | tree |
2010-05-20 |
antirez | minor change to shutdown
|
commit | commitdiff | tree |
2010-05-20 |
antirez | shutdown on SIGTERM
|
commit | commitdiff | tree |
2010-05-20 |
antirez | Merge http://github.com/ngmoco/redis
|
commit | commitdiff | tree |
2010-05-20 |
antirez | added regression for zipmap bug
|
commit | commitdiff | tree |
2010-05-19 |
antirez | TODO updated
|
commit | commitdiff | tree |
next |