2010-05-21 |
antirez | Master is now already unfreezed, unstable, and ready... |
blob | commitdiff | raw |
2010-05-21 |
antirez | Merge branch 'solaris' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
antirez | redis version is now 1.3.14 (aka 2.0.0 RC1) |
blob | commitdiff | raw | diff to current |
2010-05-21 |
antirez | minor fix for the skiplist code, resulting in a false... |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Pieter Noordhuis | fix memory leak on 32-bit builds |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | Merge branch 'master' of github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | Fix for DEBUG DIGEST |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | Merge branch 'test_vm' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | minor change to shutdown |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | shutdown on SIGTERM |
blob | commitdiff | raw | diff to current |
2010-05-20 |
antirez | Merge http://github.com/ngmoco/redis |
blob | commitdiff | raw | diff to current |
2010-05-19 |
Pieter Noordhuis | Merge branch 'master' into integration |
blob | commitdiff | raw | diff to current |
2010-05-19 |
antirez | Fix for 'CONFIG SET appendonly no' |
blob | commitdiff | raw | diff to current |
2010-05-19 |
antirez | It's now possible to turn off and on the AOF via CONFIG |
blob | commitdiff | raw | diff to current |
2010-05-18 |
antirez | build fixed when simpler shells are used to create... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Pieter Noordhuis | create release.h in make process and add this informati... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
antirez | Redis version is now 1.3.12 |
blob | commitdiff | raw | diff to current |
2010-05-16 |
antirez | redis version is now 1.3.11 |
blob | commitdiff | raw | diff to current |
2010-05-16 |
antirez | random refactoring and speedups |
blob | commitdiff | raw | diff to current |
2010-05-15 |
antirez | faster INCR with very little efforts... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Pieter Noordhuis | print warnings in redis log when a test raises an excep... |
blob | commitdiff | raw | diff to current |
2010-05-15 |
antirez | Merge branch 'redis-cli-fix' of http://github.com/tizoc... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
antirez | Merge branch 'integration' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
antirez | fixed a warning seen with some GCC version under Linux |
blob | commitdiff | raw | diff to current |
2010-05-14 |
antirez | ZUNION,ZINTER -> ZUNIONSTORE,ZINTERSTORE |
blob | commitdiff | raw | diff to current |
2010-05-14 |
antirez | DEBUG DIGEST implemented, in order to improve the abili... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Ashley Martens | Add SIGTERM shutdown handling. |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | conflicts resolved |
blob | commitdiff | raw | diff to current |
2010-05-13 |
Pieter Noordhuis | feed SETEX as SET and EXPIREAT to AOF |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | very strong speedup in saving time performance when... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | include limits.h otherwise no double precison macros |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | explicitly checks with ifdefs if our floating point... |
blob | commitdiff | raw | diff to current |
2010-05-13 |
antirez | Yet another version of the double saving code, with... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
antirez | added overflow check in the double -> long long convers... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
antirez | If a float can be casted to a long long without roundin... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
antirez | Merge branch 'vm-speedup' |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Pieter Noordhuis | fix to return error when calling INCR on a non-string... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
antirez | load objects encoded from disk directly without useless... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
antirez | fixed a problem leading to crashes, as keys can't be... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
antirez | long long to string conversion speedup applied in other... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
antirez | hand written code to turn a long long into a string... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
antirez | added specialized function to compare string objects... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
antirez | better use of encoding inforamtion in dictEncObjKeyCompare |
blob | commitdiff | raw | diff to current |
2010-05-10 |
antirez | CONFIG now can change appendfsync policy at run time |
blob | commitdiff | raw | diff to current |
2010-05-10 |
antirez | CONFIG command now supports hot modification of RDB... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
antirez | while loading the rdb file don't add the key to the... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
antirez | Merge branch 'check-aof' of git://github.com/pietern... |
blob | commitdiff | raw | diff to current |
2010-05-08 |
antirez | minor changes to improve code readability |
blob | commitdiff | raw | diff to current |
2010-05-08 |
antirez | swap objects out directly while loading an RDB file... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
antirez | DEBUG POPULATE command for fast creation of test databases |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | swap arguments in blockClientOnSwappedKeys to be consistent |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | added function that preloads all keys needed to execute... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | add sanity check to zunionInterBlockClientOnSwappedKeys... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | make prototype of custom function to preload keys from... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | extract preloading of multiple keys according to the... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | make append only filename configurable |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Pieter Noordhuis | don't load value from VM for EXISTS |
blob | commitdiff | raw | diff to current |
2010-05-07 |
antirez | swap file name pid expansion removed. Not suited for... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
antirez | Swap file is now locked |
blob | commitdiff | raw | diff to current |
2010-05-06 |
antirez | Merge branch 'master' into aof-speedup |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Pieter Noordhuis | log error and quit when the AOF contains an unfinished... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Pieter Noordhuis | log error and quit when the AOF contains an unfinished... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Pieter Noordhuis | Merge branch 'master' into check-aof |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Pieter Noordhuis | hincrby should report an error when called against... |
blob | commitdiff | raw | diff to current |
2010-05-06 |
antirez | AOF writes are now accumulated into a buffer and flushe... |
blob | commitdiff | raw | diff to current |
2010-05-02 |
antirez | Merge branch 'master' of git@github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-05-02 |
antirez | On Linux now fdatasync() is used insetad of fsync(... |
blob | commitdiff | raw | diff to current |
2010-04-29 |
antirez | New MONITOR output format with timestamp, every command... |
blob | commitdiff | raw | diff to current |
2010-04-27 |
antirez | AOF is now rewritten on slave after SYNC with master... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
antirez | SETEX implemented |
blob | commitdiff | raw | diff to current |
2010-04-23 |
antirez | Pub/Sub API change: now messages received via pattern... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
antirez | new units for bytes specification |
blob | commitdiff | raw | diff to current |
2010-04-22 |
antirez | Now in redis.conf it is possible to specify units where... |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | binary safe keys ready implementation of RANDOMKEYS |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | Now that's the right 1.3.10 |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | Revert "fsync always now uses O_DIRECT on Linux" |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | Revert "define __USE_GNU to get O_DIRECT" |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | Merge branch 'master' of github.com:antirez/redis |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | Revert "version 1.3.10" |
blob | commitdiff | raw | diff to current |
2010-04-21 |
antirez | version 1.3.10 |
blob | commitdiff | raw | diff to current |
2010-04-20 |
antirez | define __USE_GNU to get O_DIRECT |
blob | commitdiff | raw | diff to current |
2010-04-20 |
antirez | fsync always now uses O_DIRECT on Linux |
blob | commitdiff | raw | diff to current |
2010-04-19 |
antirez | Fix for MULTI/EXEC and Replication/AOF: now the block... |
blob | commitdiff | raw | diff to current |
2010-04-19 |
antirez | running the test using tcl8.5 directly instead of tclsh... |
blob | commitdiff | raw | diff to current |
2010-04-18 |
antirez | Fix for a SORT bug introduced with commit 16fa22f1... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
antirez | Guru mediation -> meditation |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Pieter Noordhuis | check eptr inline |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Pieter Noordhuis | refactor code that retrieves value from object or repli... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
antirez | Merge branch 'hash' of git://github.com/pietern/redis |
blob | commitdiff | raw | diff to current |
2010-04-17 |
antirez | redisAssert(0) => redisPanic("something meaningful") |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Pieter Noordhuis | make sure that the resulting value in hincrby is encode... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Pieter Noordhuis | increment dirty counter after hmset |
blob | commitdiff | raw | diff to current |
2010-04-17 |
Pieter Noordhuis | strip tryObjectEncoding from hashSet, to enable the... |
blob | commitdiff | raw | diff to current |
2010-04-17 |
antirez | Added support for Guru Mediation, and raising a guru... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Pieter Noordhuis | fix small error and memory leaks in SORT |
blob | commitdiff | raw | diff to current |
2010-04-16 |
antirez | Merge branch 'hash-refactor' of git://github.com/pieter... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Pieter Noordhuis | check object type in lookupKeyByPattern |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Pieter Noordhuis | make sortCommand aware that lookupKeyByPattern always... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Pieter Noordhuis | revert 0c390a to stop using tricks with o->refcount |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Pieter Noordhuis | store the hash iterator on the heap instead of the... |
blob | commitdiff | raw | diff to current |
next |